mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-25 16:05:39 -04:00
a bunch of cleanup, mostly of my messy css hacks over the years
This commit is contained in:
+7
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user