Skip to content

Commit 0aebb46

Browse files
🔧 Update: baseを設定
1 parent f9ad17b commit 0aebb46

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

vite.config.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import { defineConfig } from 'vite'
2-
import vue from '@vitejs/plugin-vue'
1+
import { defineConfig } from 'vite';
2+
import vue from '@vitejs/plugin-vue';
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6+
base: 'https://winc1980.github.io/recipe-ai/',
67
plugins: [vue()],
7-
})
8+
});

0 commit comments

Comments
 (0)