We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd079be commit 88eb4deCopy full SHA for 88eb4de
.github/workflows/cd.yml
@@ -38,6 +38,8 @@ jobs:
38
39
- name: Build
40
run: pnpm run build
41
+ env:
42
+ BASE_URL: /IME/
43
44
- name: Upload artifact
45
uses: actions/upload-pages-artifact@v3
app.config.ts
@@ -6,6 +6,9 @@ import Icons from "unplugin-icons/vite";
6
7
export default defineConfig({
8
ssr: false,
9
+ server: {
10
+ baseURL: process.env.BASE_URL,
11
+ },
12
vite: {
13
plugins: [
14
Icons({ compiler: "solid" }),
0 commit comments