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:
parent
173c6183b3
commit
ec4935ecdd
1 changed files with 1 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue