mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
fix: set baseurl
This commit is contained in:
parent
2c6e08cf8b
commit
78623dcbcd
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ export default defineConfig({
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
cleanUrls: true,
|
cleanUrls: true,
|
||||||
appearance: "dark",
|
appearance: "dark",
|
||||||
|
base: process.env.GITHUB_ACTIONS ? "/fmhyedit" : "/",
|
||||||
srcExclude: ["readme.md", "single-page"],
|
srcExclude: ["readme.md", "single-page"],
|
||||||
ignoreDeadLinks: true,
|
ignoreDeadLinks: true,
|
||||||
sitemap: {
|
sitemap: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue