- aria lables on footer

- bundle analyser added
This commit is contained in:
Owen Rees
2023-07-03 10:11:12 +02:00
parent 2f09349fde
commit fadfe60730
7 changed files with 138 additions and 14 deletions
+5
View File
@@ -1,4 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const withBundleAnalyzer = require("@next/bundle-analyzer")({
enabled: process.env.ANALYZE === "true",
});
module.exports = nextConfig;
module.exports = withBundleAnalyzer({});