Skip to content

Commit

Permalink
Migrate to astro v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortDevelopment committed Oct 30, 2023
1 parent 7be710f commit 87f479f
Show file tree
Hide file tree
Showing 9 changed files with 5,549 additions and 6,514 deletions.
9 changes: 0 additions & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { defineConfig } from 'astro/config';

import tailwind from '@astrojs/tailwind';
import sitemap from '@astrojs/sitemap';
import image from '@astrojs/image';
import mdx from '@astrojs/mdx';
import partytown from '@astrojs/partytown';
import compress from 'astro-compress';
import { readingTimeRemarkPlugin } from './src/utils/frontmatter.mjs';
Expand Down Expand Up @@ -36,10 +34,6 @@ export default defineConfig({
},
}),
sitemap(),
image({
serviceEntryPoint: '@astrojs/image/sharp',
}),
mdx(),

...whenExternalScripts(() =>
partytown({
Expand Down Expand Up @@ -68,9 +62,6 @@ export default defineConfig({
},
},

experimental: {
redirects: true,
},
redirects: {
'/docs/FAQ': '/docs/faq',
'/docs/Privacy': '/privacy',
Expand Down
Loading

0 comments on commit 87f479f

Please sign in to comment.