Skip to content

Commit

Permalink
chore: code style in astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Mar 12, 2024
1 parent 664430a commit 9105e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import solidJs from '@astrojs/solid-js'
import node from '@astrojs/node'
import AstroPWA from '@vite-pwa/astro'
import vercel from '@astrojs/vercel/edge'
import netlify from "@astrojs/netlify/functions";
import netlify from '@astrojs/netlify/functions'
import disableBlocks from './plugins/disableBlocks'

const envAdapter = () => {
Expand Down

0 comments on commit 9105e09

Please sign in to comment.