Skip to content

Commit

Permalink
Update vite.config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
drippypop authored Sep 5, 2024
1 parent cdbc812 commit acd792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig(({ mode }) => {
return {
base: env.VITE_BASE_URL || '/',
plugins: [
million.vite({ auto: true, mute: true, fix: true }),
million.vite({ auto: true, mute: true, }),
handlebars({
vars: {
opensearchEnabled: env.VITE_OPENSEARCH_ENABLED === "true",
Expand Down

0 comments on commit acd792e

Please sign in to comment.