Add webfinger
This commit is contained in:
parent
4717a44f56
commit
9b513f8638
3 changed files with 661 additions and 661 deletions
|
@ -1,10 +1,15 @@
|
||||||
import { defineConfig, passthroughImageService } from "astro/config"
|
import { defineConfig, passthroughImageService } from "astro/config"
|
||||||
import starlight from "@astrojs/starlight"
|
import starlight from "@astrojs/starlight"
|
||||||
|
import webfinger from "astro-webfinger"
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
trailingSlash: "never",
|
trailingSlash: "never",
|
||||||
build: { format: "directory" },
|
build: { format: "directory" },
|
||||||
integrations: [
|
integrations: [
|
||||||
|
webfinger({
|
||||||
|
instance: "wetdry.world",
|
||||||
|
username: "quadradical",
|
||||||
|
}),
|
||||||
starlight({
|
starlight({
|
||||||
title: "Federated Nexus",
|
title: "Federated Nexus",
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.6.2",
|
||||||
"prettier-plugin-astro": "^0.14.1",
|
"prettier-plugin-astro": "^0.14.1",
|
||||||
"sharp": "^0.33.5",
|
"sharp": "^0.33.5",
|
||||||
"starlight": "^0.3.9"
|
"starlight": "^0.3.9",
|
||||||
|
"astro-webfinger": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue