Skip to content

Commit

Permalink
troll github actions a little
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaomiDEV committed May 25, 2024
1 parent ce7d22d commit 64904e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export default defineConfig({
target: "esnext"
},
plugins: [vue()],
base: process.env.IS_CAPACITOR ? "" : "/Ampersand/" // for now
base: process.env.GITHUB_ACTION ? "/Ampersand/" : ""
})

0 comments on commit 64904e0

Please sign in to comment.