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.
2 parents a9b6819 + e92d5a4 commit 6edaa7aCopy full SHA for 6edaa7a
.nojekyll
@@ -0,0 +1 @@
1
+
static/.nojekyll
vite.config.ts
@@ -1,7 +1,6 @@
-import { defineConfig } from 'vite'
2
import react from '@vitejs/plugin-react-swc'
3
4
-// https://vite.dev/config/
5
-export default defineConfig({
+export default {
6
plugins: [react()],
7
-})
+ base: "/browser-based-mpc/"
+}
0 commit comments