Skip to content

Commit 66e0652

Browse files
committed
try again
1 parent 326cdae commit 66e0652

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build
4040
run: pnpm run build
4141
env:
42-
NITRO_PRESET: github_pages
42+
BASE_URL: /IME/
4343

4444
- name: Upload artifact
4545
uses: actions/upload-pages-artifact@v3

app.config.ts

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

77
export default defineConfig({
88
ssr: false,
9+
server: {
10+
baseURL: process.env.BASE_URL,
11+
preset: "github_pages",
12+
},
913
vite: {
1014
plugins: [
1115
Icons({ compiler: "solid" }),

0 commit comments

Comments
 (0)