fix: disable lastUpdated

This commit is contained in:
taskylizard 2024-01-24 07:25:45 +00:00
parent aba8c02d73
commit 76f232c0b0
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120

View File

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