Skip to content

Commit

Permalink
fix: deploy 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junyeokk committed May 12, 2024
1 parent ecf87ac commit 91e212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default ({ mode }: { mode: string }) => {
minify: true,
inject: {
data: {
google_analytics: env.VITE_GOOGLE_ANALYTICS,
VITE_GOOGLE_ANALYTICS: env.VITE_GOOGLE_ANALYTICS,
},
},
}),
Expand Down

0 comments on commit 91e212a

Please sign in to comment.