diff options
author | 2021-10-06 09:57:20 +0600 | |
---|---|---|
committer | 2021-10-05 22:57:20 -0500 | |
commit | 65924004f75be9837ad907130114a14e17d4b55b (patch) | |
tree | 1c704e77c132713075f23b1f4f8b3614174d8744 /docs/src | |
parent | fb0ec06239c7805e028d440c78a9128f76dbdfcf (diff) | |
download | astro-65924004f75be9837ad907130114a14e17d4b55b.tar.gz astro-65924004f75be9837ad907130114a14e17d4b55b.tar.zst astro-65924004f75be9837ad907130114a14e17d4b55b.zip |
Added astro-spa to the featured packages (#1485)
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/data/components.json | 9 |
1 files changed, 9 insertions, 0 deletions
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/" + ] } ] } |