diff --git a/documentation/.vitepress/config.mts b/documentation/.vitepress/config.mts index b79077c..baf3e6d 100644 --- a/documentation/.vitepress/config.mts +++ b/documentation/.vitepress/config.mts @@ -3,23 +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: [ - // ignore exact url "/playground" - "/playground", - // ignore all localhost links - /^https?:\/\/localhost/, - // ignore all links include "/repl/"" - /\/repl\//, - // custom function, ignore all links include "ignore" - (url) => { - return url.toLowerCase().includes("ignore"); - }, - ], sitemap: { hostname: "https://adventurelog.app", diff --git a/documentation/docs/install/nginx_proxy_manager.md b/documentation/docs/install/nginx_proxy_manager.md index e02882a..fc58b7a 100644 --- a/documentation/docs/install/nginx_proxy_manager.md +++ b/documentation/docs/install/nginx_proxy_manager.md @@ -26,8 +26,8 @@ Add the folowing to the bottom of the `docker-compose.yml` file for the Nginx Pr ```yaml networks: default: - external: - name: nginx-proxy-manager + name: nginx-proxy-manager + external: true ``` ## Setting Up Nginx Proxy Manager