test
Some checks failed
deploy / deploy (push) Failing after 8s

This commit is contained in:
Lee 2023-10-20 12:03:26 +01:00
parent ede2fec794
commit d28d2fc7dd

@ -1,5 +1,7 @@
const nextBuildId = require("next-build-id");
console.log("Building with build id: " + process.env.GIT_REV);
/** @type {import('next').NextConfig} */
const nextConfig = {
generateEtags: true,