fix: set baseurl

This commit is contained in:
taskylizard 2024-01-24 07:21:27 +00:00
parent 2c6e08cf8b
commit 78623dcbcd
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120

View File

@ -14,6 +14,7 @@ export default defineConfig({
lastUpdated: true,
cleanUrls: true,
appearance: "dark",
base: process.env.GITHUB_ACTIONS ? "/fmhyedit" : "/",
srcExclude: ["readme.md", "single-page"],
ignoreDeadLinks: true,
sitemap: {