static data generation with cache

This commit is contained in:
Owen Rees
2023-06-13 20:36:48 +02:00
parent db266e6ef3
commit 112c257321
9 changed files with 117 additions and 118 deletions
-3
View File
@@ -1,7 +1,4 @@
/** @type {import('next').NextConfig} */
const dotenvExpand = require("dotenv-expand");
dotenvExpand.expand({ parsed: { ...process.env } });
const nextConfig = {};
module.exports = nextConfig;