Skip to content

Commit

Permalink
feat: upgrade to Astro v5 & Node.js v22
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmoelker committed Dec 5, 2024
1 parent 5a4e043 commit ee00224
Show file tree
Hide file tree
Showing 4 changed files with 1,610 additions and 1,258 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
3 changes: 1 addition & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { defineConfig, envField, passthroughImageService } from 'astro/config';
import cloudflare from '@astrojs/cloudflare';
import graphql from '@rollup/plugin-graphql';
import sitemap from '@astrojs/sitemap';
import type { PluginOption } from 'vite';
import { isPreview } from './config/preview';
import pkg from './package.json';

Expand Down Expand Up @@ -56,7 +55,7 @@ export default defineConfig({
site: siteUrl,
vite: {
plugins: [
graphql() as PluginOption,
graphql(),
],
optimizeDeps: {
exclude: ['msw'],
Expand Down
Loading

0 comments on commit ee00224

Please sign in to comment.