File tree Expand file tree Collapse file tree 4 files changed +1234
-783
lines changed Expand file tree Collapse file tree 4 files changed +1234
-783
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ import { defineConfig } from 'astro/config';
22import tailwind from '@astrojs/tailwind' ;
33import compressor from 'astro-compressor' ;
44import sitemap from '@astrojs/sitemap' ;
5+ import mdx from '@astrojs/mdx' ;
6+ import remarkMdxImages from 'remark-mdx-images' ;
57
68export default defineConfig ( {
79 site : 'https://carlosjorger.github.io' ,
@@ -12,6 +14,9 @@ export default defineConfig({
1214 brotli : true ,
1315 } ) ,
1416 sitemap ( ) ,
17+ mdx ( {
18+ remarkPlugins : [ remarkMdxImages ] ,
19+ } ) ,
1520 ] ,
1621 i18n : {
1722 defaultLocale : 'en' ,
Original file line number Diff line number Diff line change 1515 "astro" : " ^4.15.8" ,
1616 "astro-compressor" : " ^0.4.1" ,
1717 "flowbite" : " ^2.2.1" ,
18+ "remark-mdx-images" : " ^3.0.0" ,
1819 "tailwindcss" : " ^3.4.3"
1920 },
2021 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments