diff --git a/src/content/post/front-end/CRA_to_Vite.mdx b/src/content/post/front-end/CRA_to_Vite.mdx index ca949aa..8bf4fed 100644 --- a/src/content/post/front-end/CRA_to_Vite.mdx +++ b/src/content/post/front-end/CRA_to_Vite.mdx @@ -48,7 +48,7 @@ export default defineConfig({ port: 3000, // 서버 포트 번호 변경 }, define: { - global\: \'{\}\', // 글로벌 객체를 빈 객체로 대체 + global: {}, // 글로벌 객체를 빈 객체로 대체 }, build: { outDir: 'build', // build 폴더명 변경