diff --git a/dist/openaq-1.1.0-py3-none-any.whl b/dist/openaq-1.1.0-py3-none-any.whl new file mode 100644 index 00000000..ab8f6b66 Binary files /dev/null and b/dist/openaq-1.1.0-py3-none-any.whl differ diff --git a/dist/openaq-1.1.0.tar.gz b/dist/openaq-1.1.0.tar.gz new file mode 100644 index 00000000..dcf7d362 Binary files /dev/null and b/dist/openaq-1.1.0.tar.gz differ diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index cf7d60be..a4ae0aec 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -19,6 +19,7 @@ export default defineConfig({ components: { Hero: './src/components/Hero.astro', Footer: './src/components/Footer.astro', + SocialIcons: './src/components/SocialIcons.astro', }, customCss: ['./src/assets/landing.css'], sidebar: [ diff --git a/docs/src/components/Footer.astro b/docs/src/components/Footer.astro index 627d0575..fa0f5b3a 100644 --- a/docs/src/components/Footer.astro +++ b/docs/src/components/Footer.astro @@ -1,5 +1,4 @@ --- -// src/components/Footer.astro import Pagination from '@astrojs/starlight/components/Pagination.astro'; --- @@ -8,7 +7,7 @@ import Pagination from '@astrojs/starlight/components/Pagination.astro';