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 starlight from "@astrojs/starlight"
|
||||
import webfinger from "astro-webfinger"
|
||||
|
||||
export default defineConfig({
|
||||
trailingSlash: "never",
|
||||
build: { format: "directory" },
|
||||
integrations: [
|
||||
webfinger({
|
||||
instance: "wetdry.world",
|
||||
username: "quadradical",
|
||||
}),
|
||||
starlight({
|
||||
title: "Federated Nexus",
|
||||
description:
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"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