소스 검색

fixed astro config

simo 1 주 전
부모
커밋
d9bb7f62b9
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      astro.config.mjs

+ 0 - 5
astro.config.mjs

@@ -8,11 +8,6 @@ import node from "@astrojs/node";
 export default defineConfig({
   output: "server",
 
-  vite: {
-    // @ts-ignore
-    plugins: [nodePolyfills()],
-  },
-
   server: {
     headers: {
       "Referrer-Policy": "no-referrer-when-downgrade",