Skip to content

Commit 88eb4de

Browse files
committed
kys pt 2
1 parent fd079be commit 88eb4de

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Build
4040
run: pnpm run build
41+
env:
42+
BASE_URL: /IME/
4143

4244
- name: Upload artifact
4345
uses: actions/upload-pages-artifact@v3

app.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import Icons from "unplugin-icons/vite";
66

77
export default defineConfig({
88
ssr: false,
9+
server: {
10+
baseURL: process.env.BASE_URL,
11+
},
912
vite: {
1013
plugins: [
1114
Icons({ compiler: "solid" }),

0 commit comments

Comments
 (0)