Testing astro-critical-css
This commit is contained in:
parent
805ce53362
commit
120af666cb
4 changed files with 2319 additions and 116 deletions
|
@ -1,8 +1,8 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import mdx from "@astrojs/mdx";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
import criticalCss from 'astro-critical-css';
|
||||
import astroMetaTags from "astro-meta-tags";
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
|
@ -11,5 +11,5 @@ export default defineConfig({
|
|||
outDir: 'dist',
|
||||
publicDir: 'public',
|
||||
site: 'https://firq.dev/',
|
||||
integrations: [sitemap(), mdx(), astroMetaTags()]
|
||||
integrations: [sitemap(), mdx(), astroMetaTags(), criticalCss()]
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue