Skip to content

Commit 57f1f0b

Browse files
João Miguel Marinho da CunhaJoão Miguel Marinho da Cunha
authored andcommitted
📦 Fix demo assets directory to support GitHub Pages
1 parent ac88dff commit 57f1f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.demo.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import react from "@vitejs/plugin-react";
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7+
base: "react-headless-markdown-editor",
78
build: {
89
outDir: "demo",
9-
assetsDir: "react-headless-markdown-editor/assets",
1010
},
1111
});

0 commit comments

Comments
 (0)