mirror of
https://github.com/lumehq/lume.git
synced 2025-09-27 21:26:26 +02:00
fixed build errors
This commit is contained in:
@@ -6,8 +6,7 @@ module.exports = removeImports({
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
webpack: (config) => {
|
||||
config.experiments = { ...config.experiments, topLevelAwait: true };
|
||||
return config;
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
});
|
||||
|
@@ -9,7 +9,7 @@ import PostIcon from '@assets/icons/Post';
|
||||
|
||||
import { Dialog, Transition } from '@headlessui/react';
|
||||
import { useStore } from '@nanostores/react';
|
||||
import { commands } from '@uiw/react-md-editor';
|
||||
import * as commands from '@uiw/react-md-editor/lib/commands';
|
||||
import dynamic from 'next/dynamic';
|
||||
import Link from 'next/link';
|
||||
import { dateToUnix, useNostr } from 'nostr-react';
|
||||
|
Reference in New Issue
Block a user