Skip to content

Commit

Permalink
Committing Prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prettier Bot committed Sep 11, 2024
1 parent df3a2d3 commit 8969a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
publicPath: process.env.NODE_ENV === "production" ? "/my-calculator/" : "/",
};
publicPath: process.env.NODE_ENV === 'production' ? '/my-calculator/' : '/'
}

0 comments on commit 8969a8b

Please sign in to comment.