File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { defineConfig } from " astro/config" ;
1+ import { defineConfig } from ' astro/config' ;
22
33// https://astro.build/config
4- import svelte from " @astrojs/svelte" ;
4+ import tailwind from ' @astrojs/tailwind' ;
55
66// https://astro.build/config
7- import tailwind from "@astrojs/tailwind" ;
8-
9- // https://astro.build/config
10- import partytown from "@astrojs/partytown" ;
11- import { remarkReadingTime } from "./remark-reading-time.mjs" ;
7+ import partytown from '@astrojs/partytown' ;
8+ import { remarkReadingTime } from './remark-reading-time.mjs' ;
129
1310// https://astro.build/config
1411export default defineConfig ( {
1512 integrations : [
16- svelte ( ) ,
1713 tailwind ( ) ,
1814 partytown ( {
1915 config : {
20- forward : [ " dataLayer.push" ] ,
16+ forward : [ ' dataLayer.push' ] ,
2117 } ,
2218 } ) ,
2319 ] ,
2420 markdown : {
25- remarkPlugins : [ " remark-math" , remarkReadingTime ] ,
26- rehypePlugins : [ " rehype-katex" ] ,
21+ remarkPlugins : [ ' remark-math' , remarkReadingTime ] ,
22+ rehypePlugins : [ ' rehype-katex' ] ,
2723 } ,
2824} ) ;
You can’t perform that action at this time.
0 commit comments