Add webfinger
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-08-08 16:59:00 -04:00
commit 9b513f8638
No known key found for this signature in database
3 changed files with 661 additions and 661 deletions

View file

@ -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:

1314
deno.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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"
}
}