Skip to content

Commit 9127a2c

Browse files
Add docs.html as entry point in Vite config
1 parent 962a117 commit 9127a2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docs/vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default {
2121
rollupOptions: {
2222
input: {
2323
index: get_path("./index.html"),
24+
docs: get_path("./docs.html"),
2425
},
2526
},
2627
},

0 commit comments

Comments
 (0)