This commit is contained in:
Owen Rees
2023-06-13 09:47:58 +02:00
parent 678fef42c0
commit d8a70d5a63
3 changed files with 6 additions and 6 deletions
+1 -5
View File
@@ -1,8 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
env: {
SERVER: process.env.SERVER,
},
};
const nextConfig = {};
module.exports = nextConfig;