We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4c083 commit ebb3617Copy full SHA for ebb3617
vite.config.mts
@@ -6,6 +6,7 @@ import react from "@vitejs/plugin-react";
6
import tsconfigPaths from "vite-tsconfig-paths";
7
8
export default defineConfig({
9
+ base: '/systemcore-blocks-interface/',
10
plugins: [react(), tsconfigPaths(), viteStaticCopy({
11
targets: [
12
{
0 commit comments