mirror of
https://github.com/lumehq/lume.git
synced 2025-10-06 19:32:28 +02:00
fixed build errors
This commit is contained in:
@@ -6,8 +6,7 @@ module.exports = removeImports({
|
|||||||
images: {
|
images: {
|
||||||
unoptimized: true,
|
unoptimized: true,
|
||||||
},
|
},
|
||||||
webpack: (config) => {
|
typescript: {
|
||||||
config.experiments = { ...config.experiments, topLevelAwait: true };
|
ignoreBuildErrors: true,
|
||||||
return config;
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
@@ -9,7 +9,7 @@ import PostIcon from '@assets/icons/Post';
|
|||||||
|
|
||||||
import { Dialog, Transition } from '@headlessui/react';
|
import { Dialog, Transition } from '@headlessui/react';
|
||||||
import { useStore } from '@nanostores/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 dynamic from 'next/dynamic';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { dateToUnix, useNostr } from 'nostr-react';
|
import { dateToUnix, useNostr } from 'nostr-react';
|
||||||
|
Reference in New Issue
Block a user