There was an error while loading. Please reload this page.
1 parent d389519 commit 738ac09Copy full SHA for 738ac09
vite.config.ts
@@ -67,6 +67,7 @@ const logseqDevPlugin: () => Plugin = () => {
67
export default defineConfig({
68
plugins: [logseqDevPlugin(), reactPlugin(), WindiCSS()],
69
clearScreen: false,
70
+ base: "",
71
// Makes HMR available for development
72
server: {
73
cors: true,
0 commit comments