Skip to content

Commit 9105e09

Browse files
authored
chore: code style in astro.config.mjs
1 parent 664430a commit 9105e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import solidJs from '@astrojs/solid-js'
44
import node from '@astrojs/node'
55
import AstroPWA from '@vite-pwa/astro'
66
import vercel from '@astrojs/vercel/edge'
7-
import netlify from "@astrojs/netlify/functions";
7+
import netlify from '@astrojs/netlify/functions'
88
import disableBlocks from './plugins/disableBlocks'
99

1010
const envAdapter = () => {

0 commit comments

Comments
 (0)