Skip to content

Commit ac88dff

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 ef4fc72 commit ac88dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.demo.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export default defineConfig({
66
plugins: [react()],
77
build: {
88
outDir: "demo",
9+
assetsDir: "react-headless-markdown-editor/assets",
910
},
1011
});

0 commit comments

Comments
 (0)