Skip to content

Commit

Permalink
mini fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yagee committed Jun 24, 2024
1 parent 13d0154 commit fd3a7ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineConfig({
},
},
},
// Image: false,
Image: import.meta.env.PROD, // shows true or false
JavaScript: terserOptions,
SVG: {
svgo: {
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default [
globals: {
...globals.browser,
...globals.node,
...globals.es2020, // or es2022 ??
...globals.es2020, // TODO: decide which version is ok? es2020 or es2022
},
},
rules: {},
Expand Down

0 comments on commit fd3a7ad

Please sign in to comment.