a bunch of cleanup, mostly of my messy css hacks over the years

This commit is contained in:
2025-04-18 12:11:16 -04:00
parent eec8f5e1c2
commit 98ea88dae9
25 changed files with 221 additions and 184 deletions
+7 -4
View File
@@ -11,8 +11,13 @@ import "./lib/env";
const nextConfig: NextConfig = {
reactStrictMode: true,
productionBrowserSourceMaps: true,
pageExtensions: ["js", "jsx", "ts", "tsx", "md", "mdx"],
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true,
},
outputFileTracingIncludes: {
"/notes/[slug]/opengraph-image": [
"./notes/**/*",
@@ -24,6 +29,7 @@ const nextConfig: NextConfig = {
outputFileTracingExcludes: {
"*": ["./public/**/*", "**/*.mp4", "**/*.webm", "**/*.vtt"],
},
productionBrowserSourceMaps: true,
webpack: (config) => {
config.module.rules.push({
test: /\.(mp4|webm|vtt)$/i,
@@ -50,9 +56,6 @@ const nextConfig: NextConfig = {
],
},
},
eslint: {
dirs: ["app", "components", "contexts", "hooks", "lib", "notes"],
},
headers: async () => [
{
// matches any path