feat(blog): add file-based blog with dynamic slugs, MDX content and layout shell
- Introduced blog routing using Next.js App Router - Implemented dynamic [slug] pages for blog posts - Added MDX-based content loading via lib/posts - Integrated shared TopBar layout with navigation - Established clear content, lib and component separation
This commit is contained in:
11
apps/public-web/.next/dev/prerender-manifest.json
Normal file
11
apps/public-web/.next/dev/prerender-manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": 4,
|
||||
"routes": {},
|
||||
"dynamicRoutes": {},
|
||||
"notFoundRoutes": [],
|
||||
"preview": {
|
||||
"previewModeId": "7d651c8fcbecca8a2ce2a35b5379c027",
|
||||
"previewModeSigningKey": "c45cd58ffaada17b3f6beb35a0debea869e48b32a839de778854fc9264bf6cbb",
|
||||
"previewModeEncryptionKey": "36ec84ba4db2f02232c43798a88d0dcd09a9f555ba95d23a57332e0fa9833ec1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user