diff --git a/next.config.js b/next.config.js index e9dff5f3..348211fe 100644 --- a/next.config.js +++ b/next.config.js @@ -11,7 +11,7 @@ module.exports = { } return config; }, - outputFileTracing: true, + outputFileTracing: false, reactStrictMode: isProduction? true : false, swcMinify:false, eslint: { diff --git a/package.json b/package.json index d95472cd..e6133a11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blinko", - "version": "0.0.4", + "version": "0.0.5", "private": true, "browser": { "fs": false,