Skip to content

Commit

Permalink
actions: add base to docs build config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisUser committed Apr 28, 2024
1 parent 980eb61 commit f3302f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig(({ mode }) => {
return {
// plugins: [react(), dts({ exclude: ["lib"] })],
build: { outDir: "docs" },
base: "/react-basic-contenteditable/",
/* build: {
rollupOptions: {
external: ["react", "react/jsx-runtime"],
Expand Down

0 comments on commit f3302f0

Please sign in to comment.