We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ad17b commit 0aebb46Copy full SHA for 0aebb46
vite.config.js
@@ -1,7 +1,8 @@
1
-import { defineConfig } from 'vite'
2
-import vue from '@vitejs/plugin-vue'
+import { defineConfig } from 'vite';
+import vue from '@vitejs/plugin-vue';
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
+ base: 'https://winc1980.github.io/recipe-ai/',
7
plugins: [vue()],
-})
8
+});
0 commit comments