Skip to content

Commit f3302f0

Browse files
committed
actions: add base to docs build config
1 parent 980eb61 commit f3302f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default defineConfig(({ mode }) => {
1111
return {
1212
// plugins: [react(), dts({ exclude: ["lib"] })],
1313
build: { outDir: "docs" },
14+
base: "/react-basic-contenteditable/",
1415
/* build: {
1516
rollupOptions: {
1617
external: ["react", "react/jsx-runtime"],

0 commit comments

Comments
 (0)