Add content collections, layouts and blog pages for Tina integration
This commit is contained in:
15
package.json
15
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user