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:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/(site)/page": "app/(site)/page.js"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/node_modules_next_dist_build_polyfills_polyfill-nomodule.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_956a0d3a._.js",
|
||||
"static/chunks/node_modules_next_dist_compiled_react-dom_1e674e59._.js",
|
||||
"static/chunks/node_modules_next_dist_compiled_react-server-dom-turbopack_9212ccad._.js",
|
||||
"static/chunks/node_modules_next_dist_compiled_next-devtools_index_1dd7fb59.js",
|
||||
"static/chunks/node_modules_next_dist_compiled_a0e4c7b4._.js",
|
||||
"static/chunks/node_modules_next_dist_client_17643121._.js",
|
||||
"static/chunks/node_modules_next_dist_f3530cac._.js",
|
||||
"static/chunks/node_modules_@swc_helpers_cjs_d80fb378._.js",
|
||||
"static/chunks/_a0ff3932._.js",
|
||||
"static/chunks/turbopack-_23a915ee._.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {},
|
||||
"appUsingSizeAdjust": false,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
Reference in New Issue
Block a user