Update Next.js to v15, overhaul ESLint, minor reformat, misc

This commit is contained in:
2024-12-18 14:39:24 -06:00
parent 775203dc4b
commit 05a6d18858
10 changed files with 2042 additions and 1091 deletions

View File

@@ -50,7 +50,6 @@ const v2_redirects = [
/** @type {import("next").NextConfig} */
const config = {
reactStrictMode: true,
swcMinify: true,
i18n: {
locales: ["en"],
defaultLocale: "en",