fix: set baseurl

This commit is contained in:
taskylizard
2024-01-24 07:21:27 +00:00
parent 2c6e08cf8b
commit 78623dcbcd

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: {