From 8a68ae6132041f5b83d6802a564f4addf9d9d502 Mon Sep 17 00:00:00 2001 From: mooncitydev Date: Sat, 11 Apr 2026 02:10:18 +0900 Subject: [PATCH] stop fetching blog list when loading next config Made-with: Cursor --- next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 64a5c2d48..747ed762d 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,7 +3,6 @@ import {withSentryConfig} from "@sentry/nextjs"; // eslint-disable-next-line prettier/prettier import packageJson from "./package.json" with { type: "json" }; -import "./scripts/download-blog-posts.data.json.mjs" import createMDX from "@next/mdx" import rehypeRaw from "rehype-raw" import rehypeKatex from "rehype-katex"