Birthday and small fix
This commit is contained in:
parent
fa88fede29
commit
19e7d02520
6 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
import astroMetaTags from "astro-meta-tags";
|
||||
import mdx from "@astrojs/mdx";
|
||||
|
||||
// https://astro.build/config
|
||||
|
@ -10,5 +11,5 @@ export default defineConfig({
|
|||
outDir: 'dist',
|
||||
publicDir: 'public',
|
||||
site: 'https://firq.dev/',
|
||||
integrations: [sitemap(), mdx()]
|
||||
integrations: [sitemap(), mdx(), astroMetaTags()]
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue