Przeglądaj źródła

chore(Dev-hub) fixes

Aditya Arora 3 tygodni temu
rodzic
commit
008415cf11
1 zmienionych plików z 1 dodań i 1 usunięć
  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: {