From 711e271817ec748505bcc4d70963ba3b34e5b3ff Mon Sep 17 00:00:00 2001 From: Bailey Townsend Date: Tue, 3 Mar 2026 09:21:47 -0600 Subject: [PATCH 1/3] work done I think --- app/components/global/BlogPostWrapper.vue | 10 +++++ modules/standard-site-sync.ts | 40 +++++-------------- nuxt.config.ts | 1 + package.json | 1 + pnpm-lock.yaml | 32 +++++++++++++++ .../site.standard.publication.get.ts | 5 +++ shared/utils/atproto.ts | 31 ++++++++++++++ 7 files changed, 90 insertions(+), 30 deletions(-) create mode 100644 server/routes/.well-known/site.standard.publication.get.ts create mode 100644 shared/utils/atproto.ts diff --git a/app/components/global/BlogPostWrapper.vue b/app/components/global/BlogPostWrapper.vue index b2651f0845..d50ad9b8dc 100644 --- a/app/components/global/BlogPostWrapper.vue +++ b/app/components/global/BlogPostWrapper.vue @@ -1,5 +1,6 @@