From 65924004f75be9837ad907130114a14e17d4b55b Mon Sep 17 00:00:00 2001 From: Rafid Muhymin Wafi Date: Wed, 6 Oct 2021 09:57:20 +0600 Subject: [PATCH] Added astro-spa to the featured packages (#1485) --- docs/src/data/components.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/data/components.json b/docs/src/data/components.json index b5fde67a5..1a4c469c9 100644 --- a/docs/src/data/components.json +++ b/docs/src/data/components.json @@ -18,6 +18,15 @@ "description": "SEO tags for your website.", "github": "https://github.com/jonasmerlin/astro-seo", "demo": null + }, + { + "name": "Astro SPA", + "description": "A component for Astro JS that turns a website into an SPA.", + "github": "https://www.npmjs.com/package/astro-spa", + "demo": [ + "https://ohka-bots-site-astro-ksoqn4flk7-li4hm4z1a-tc-001.vercel.app/", + "https://astro-spafy-component-demo.netlify.app/" + ] } ] }