Skip to content

Commit

Permalink
Astro 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 7, 2023
1 parent e3ee51a commit eac321b
Show file tree
Hide file tree
Showing 17 changed files with 1,192 additions and 1,612 deletions.
2 changes: 0 additions & 2 deletions astro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {fileURLToPath} from 'node:url';
import {defineConfig} from 'astro/config';
import tailwind from '@astrojs/tailwind';
import sitemap from '@astrojs/sitemap';
import image from '@astrojs/image';
import {remarkHeadingId} from 'remark-custom-heading-id';
import {SITE} from './source/config.mjs';

Expand All @@ -27,7 +26,6 @@ export default defineConfig({
applyBaseStyles: false,
}),
sitemap(),
image(),
],
markdown: {
remarkPlugins: [
Expand Down
Loading

0 comments on commit eac321b

Please sign in to comment.