From a9ec8f6872210c4588055e8fbe15a776d67033de Mon Sep 17 00:00:00 2001 From: Lennart Date: Sat, 22 Mar 2025 12:08:08 +0100 Subject: [PATCH] feat: Add Astro content loader to integration guides --- docs/integration-guides.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/integration-guides.md b/docs/integration-guides.md index cfc0210e..728fc7a8 100644 --- a/docs/integration-guides.md +++ b/docs/integration-guides.md @@ -34,6 +34,10 @@ Our events API can be used to record pageviews and custom events server side wit [Android SDK](https://github.com/wbrawner/plausible-android): An Android SDK for Plausible Analytics. +## Astro + +[Astro Plausible loader](https://github.com/LekoArts/astro-loaders/tree/main/packages/plausible): This package provides a Plausible content loader for Astro's content layer. You can access the Stats API v2 to view historical and real-time stats of your website. + ## Bridgetown [Bridgetown](https://rubygems.org/gems/bridgetown-plausible): this plugin provides the plausible Liquid tag & ERB helper to your Bridgetown site.