Fix custom default category

This commit is contained in:
Sean Morley
2024-11-26 15:10:17 -05:00
parent 17d8784d8c
commit ce0b82acb7
10 changed files with 66 additions and 26 deletions

View File

@@ -6,6 +6,7 @@ export default defineConfig({
title: "AdventureLog",
description: "The ultimate travel companion.",
lang: "en-US",
// lastUpdated: true,
ignoreDeadLinks: [
// ignore exact url "/playground"
@@ -33,6 +34,10 @@ export default defineConfig({
search: {
provider: "local",
},
editLink: {
pattern:
"https://github.com/seanmorley15/AdventureLog/edit/main/documentation/:path",
},
footer: {
message: "AdventureLog",