Skip to content

Commit

Permalink
JFRA-03: Upgrading astro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Felipe Rada committed Jan 17, 2025
1 parent f13bfd4 commit 65bed22
Show file tree
Hide file tree
Showing 3 changed files with 1,223 additions and 1,215 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import sitemap from '@astrojs/sitemap';
import mdx from '@astrojs/mdx';
import { defineConfig } from 'astro/config';

const isProd = import.meta.env.PROD;
Expand Down Expand Up @@ -29,7 +30,7 @@ export default defineConfig({
prefetch: {
prefetchAll: true
},
integrations: [sitemap()],
integrations: [sitemap(), mdx()],
i18n: {
defaultLocale: 'en',
locales: ['en', 'es', 'pt-br'],
Expand Down
Loading

0 comments on commit 65bed22

Please sign in to comment.