Update VitePress config: set ignoreDeadLinks to 'localhostLinks' for improved link management
This commit is contained in:
@@ -3,12 +3,10 @@ import { defineConfig } from "vitepress";
|
|||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
head: [["link", { rel: "icon", href: "/adventurelog.png" }]],
|
head: [["link", { rel: "icon", href: "/adventurelog.png" }]],
|
||||||
|
ignoreDeadLinks: "localhostLinks",
|
||||||
title: "AdventureLog",
|
title: "AdventureLog",
|
||||||
description: "The ultimate travel companion.",
|
description: "The ultimate travel companion.",
|
||||||
lang: "en-US",
|
lang: "en-US",
|
||||||
// lastUpdated: true,
|
|
||||||
|
|
||||||
ignoreDeadLinks: true,
|
|
||||||
|
|
||||||
sitemap: {
|
sitemap: {
|
||||||
hostname: "https://adventurelog.app",
|
hostname: "https://adventurelog.app",
|
||||||
|
|||||||
Reference in New Issue
Block a user