Add content collections, layouts and blog pages for Tina integration

This commit is contained in:
Kunthawat Greethong
2026-04-28 13:18:16 +07:00
parent 484d7d1e28
commit 7420e02a84
9 changed files with 257 additions and 5 deletions

View File

@@ -1,12 +1,19 @@
{
"name": "astro6-simple",
"name": "astro-tina",
"type": "module",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview"
"preview": "astro preview",
"dev:tina": "tinacms dev -c \"node ./tina/config.server.ts\""
},
"dependencies": {
"astro": "^6.1.7"
"astro": "^5.6.1",
"@astrojs/mdx": "^4.0.8",
"@tinacms/cli": "^2.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tinacms": "^2.2.3",
"astro-tina": "^0.1.4"
}
}
}