Add CMS setup, update frontend pages and layouts, and modify json configs

This commit is contained in:
2025-08-30 13:43:22 +03:00
parent 81b875023b
commit 8997ad9f06
18 changed files with 786 additions and 58 deletions

View File

@ -32,13 +32,16 @@
// "node_modules"
// ]
// }
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
"@/*": [
"src/*"
],
"@payload-config": [
"./src/payload.config.ts"
]
},
"lib": [
"dom",
@ -60,7 +63,8 @@
{
"name": "next"
}
]
],
"target": "ES2017"
},
"include": [
"next-env.d.ts",
@ -71,5 +75,4 @@
"exclude": [
"node_modules"
]
}
}