File tree Expand file tree Collapse file tree 4 files changed +757
-1
lines changed Expand file tree Collapse file tree 4 files changed +757
-1
lines changed Original file line number Diff line number Diff line change 11# https://fumadocs.dev/docs/mdx/async
22LOCALE = en
3- ORAMA_PRIVATE_API =
3+ ORAMA_PRIVATE_API =
4+
5+ # Google Search Console Service Account Credentials
6+ # Required for sitemap submission functionality
7+ GOOGLE_SERVICE_ACCOUNT_EMAIL = your-service-account@project-id.iam.gserviceaccount.com
8+ GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY =
Original file line number Diff line number Diff line change 88 "build" : " next build" ,
99 "prebuild" : " pnpm run clean" ,
1010 "update-search-index" : " tsx ./scripts/update-search-index.ts" ,
11+ "submit-sitemap" : " tsx ./scripts/submit-sitemap.ts" ,
1112 "dev" : " next dev --turbo" ,
1213 "start" : " next start" ,
1314 "postinstall" : " fumadocs-mdx" ,
2324 "fumadocs-core" : " 15.2.15" ,
2425 "fumadocs-mdx" : " 11.6.2" ,
2526 "fumadocs-ui" : " 15.2.15" ,
27+ "google-auth-library" : " ^9.15.1" ,
28+ "googleapis" : " ^150.0.1" ,
2629 "lucide-react" : " ^0.511.0" ,
2730 "next" : " 15.3.3" ,
2831 "next-intl" : " ^4.1.0" ,
You can’t perform that action at this time.
0 commit comments