code cleanup

This commit is contained in:
daniel31x13
2024-04-19 06:16:11 -04:00
parent 49fbbe966c
commit 9a92b4d229
5 changed files with 80 additions and 68 deletions
+5
View File
@@ -1,10 +1,15 @@
/** @type {import('next').NextConfig} */
const { version } = require("./package.json");
const nextConfig = {
reactStrictMode: true,
images: {
domains: ["t2.gstatic.com"],
minimumCacheTTL: 10,
},
env: {
version,
},
};
module.exports = nextConfig;