diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 464f031..c220008 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -39,7 +39,7 @@ echo "Deploy done via $VPS (branch: $REMOTE_BRANCH)." WEBMENTION_APP_TOKEN="$(ssh "$VPS" "grep '^WEBMENTION_APP_TOKEN=' '$REMOTE_BASE/.env.production' | cut -d= -f2-" 2>/dev/null || true)" if [[ -n "$WEBMENTION_APP_TOKEN" ]]; then echo "Sending webmentions via webmention.app..." - for feed in rss/blog.xml rss/fotos.xml; do + for feed in rss.xml en/rss.xml; do curl -s -X POST "https://webmention.app/check?url=https://adrian-altner.de/${feed}&token=${WEBMENTION_APP_TOKEN}" \ | grep -o '"status":"[^"]*"' || true done diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 14260c0..07a4e18 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -45,6 +45,10 @@ const rssHref = new URL(locale === 'de' ? 'rss.xml' : 'en/rss.xml', Astro.site); + + + +