We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ff82d commit ec54eafCopy full SHA for ec54eaf
1 file changed
vite.config.js
@@ -3,4 +3,5 @@ import react from "@vitejs/plugin-react";
3
4
export default defineConfig({
5
plugins: [react()],
6
+ base: "/StoryPlay/",
7
});
0 commit comments