Skip to content

Commit 738ac09

Browse files
committed
fix: add missing base for production build
1 parent d389519 commit 738ac09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const logseqDevPlugin: () => Plugin = () => {
6767
export default defineConfig({
6868
plugins: [logseqDevPlugin(), reactPlugin(), WindiCSS()],
6969
clearScreen: false,
70+
base: "",
7071
// Makes HMR available for development
7172
server: {
7273
cors: true,

0 commit comments

Comments
 (0)