We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980eb61 commit f3302f0Copy full SHA for f3302f0
1 file changed
vite.config.ts
@@ -11,6 +11,7 @@ export default defineConfig(({ mode }) => {
11
return {
12
// plugins: [react(), dts({ exclude: ["lib"] })],
13
build: { outDir: "docs" },
14
+ base: "/react-basic-contenteditable/",
15
/* build: {
16
rollupOptions: {
17
external: ["react", "react/jsx-runtime"],
0 commit comments