mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-25 16:05:39 -04:00
refactor font loaders/declarations
This commit is contained in:
+1
-7
@@ -14,13 +14,6 @@ const nextConfig: NextConfig = {
|
||||
RELEASE_DATE: new Date().toISOString(),
|
||||
},
|
||||
pageExtensions: ["js", "jsx", "ts", "tsx", "md", "mdx"],
|
||||
images: {
|
||||
formats: ["image/avif", "image/webp"],
|
||||
remotePatterns: [
|
||||
{ protocol: "https", hostname: "abs.twimg.com" },
|
||||
{ protocol: "https", hostname: "pbs.twimg.com" },
|
||||
],
|
||||
},
|
||||
outputFileTracingIncludes: {
|
||||
"/notes/[slug]/opengraph-image": [
|
||||
"./notes/**/*",
|
||||
@@ -66,6 +59,7 @@ const nextConfig: NextConfig = {
|
||||
value: "max-age=63072000; includeSubDomains; preload",
|
||||
},
|
||||
{
|
||||
// 🥛 debugging
|
||||
key: "x-got-milk",
|
||||
value: "2%",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user