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