1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00

Update VitePress config: set ignoreDeadLinks to 'localhostLinks' for improved link management

This commit is contained in:
Sean Morley 2024-11-27 12:01:53 -05:00
parent 173c6183b3
commit ec4935ecdd

View file

@ -3,12 +3,10 @@ import { defineConfig } from "vitepress";
// https://vitepress.dev/reference/site-config
export default defineConfig({
head: [["link", { rel: "icon", href: "/adventurelog.png" }]],
ignoreDeadLinks: "localhostLinks",
title: "AdventureLog",
description: "The ultimate travel companion.",
lang: "en-US",
// lastUpdated: true,
ignoreDeadLinks: true,
sitemap: {
hostname: "https://adventurelog.app",