mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
fix: disable lastUpdated
This commit is contained in:
parent
aba8c02d73
commit
76f232c0b0
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ export default defineConfig({
|
|||
description: meta.description,
|
||||
titleTemplate: ":title • freemediaheckyeah",
|
||||
lang: "en-US",
|
||||
lastUpdated: true,
|
||||
lastUpdated: false,
|
||||
cleanUrls: true,
|
||||
appearance: "dark",
|
||||
base: process.env.GITHUB_ACTIONS ? "/fmhyedit" : "/",
|
||||
base: process.env.GITHUB_ACTIONS ? "/FMHYEdit" : "/",
|
||||
srcExclude: ["readme.md", "single-page"],
|
||||
ignoreDeadLinks: true,
|
||||
sitemap: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue