소스 검색

chore(Dev-hub) fixes

Aditya Arora 3 주 전
부모
커밋
008415cf11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/developer-hub/next.config.js

+ 1 - 1
apps/developer-hub/next.config.js

@@ -4,7 +4,7 @@ const config = {
   reactStrictMode: true,
   pageExtensions: ["ts", "tsx", "mdx"],
   outputFileTracingIncludes: {
-    "/**": ["./content/docs/**"],
+    "/": ["./content/docs/**"],
   },
 
   logging: {