Skip to content

Commit

Permalink
🚀release: v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blinko-space committed Oct 27, 2024
1 parent 51d1a5e commit f8e2b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
}
return config;
},
outputFileTracing: true,
outputFileTracing: false,
reactStrictMode: isProduction? true : false,
swcMinify:false,
eslint: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blinko",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"browser": {
"fs": false,
Expand Down

0 comments on commit f8e2b9a

Please sign in to comment.