mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: configure docs for custom domain docs.snapotter.com
Set base path to / and add CNAME for GitHub Pages custom domain.
This commit is contained in:
@@ -5,14 +5,14 @@ export default defineConfig({
|
|||||||
title: "ashim",
|
title: "ashim",
|
||||||
description:
|
description:
|
||||||
"Documentation for ashim - A Self Hosted Image Manipulator. 45+ tools, local AI, pipelines, REST API.",
|
"Documentation for ashim - A Self Hosted Image Manipulator. 45+ tools, local AI, pipelines, REST API.",
|
||||||
base: "/ashim/",
|
base: "/",
|
||||||
srcDir: ".",
|
srcDir: ".",
|
||||||
outDir: "./.vitepress/dist",
|
outDir: "./.vitepress/dist",
|
||||||
ignoreDeadLinks: [/localhost/],
|
ignoreDeadLinks: [/localhost/],
|
||||||
|
|
||||||
head: [
|
head: [
|
||||||
["meta", { name: "theme-color", content: "#3b82f6" }],
|
["meta", { name: "theme-color", content: "#3b82f6" }],
|
||||||
["link", { rel: "icon", type: "image/svg+xml", href: "/ashim/favicon.svg" }],
|
["link", { rel: "icon", type: "image/svg+xml", href: "/favicon.svg" }],
|
||||||
["link", { rel: "llms-txt", href: "/ashim/llms.txt" }],
|
["link", { rel: "llms-txt", href: "/ashim/llms.txt" }],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
docs.snapotter.com
|
||||||
Reference in New Issue
Block a user