This commit is contained in:
Generated
+4470
-4259
File diff suppressed because it is too large
Load Diff
+6
-6
@@ -11,15 +11,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.9",
|
||||
"@astrojs/mdx": "^4.3.13",
|
||||
"@astrojs/mdx": "^5.0.4",
|
||||
"@tailwindcss/vite": "^4.2.4",
|
||||
"@tinacms/cli": "^2.1.2",
|
||||
"@tinacms/cli": "^2.2.5",
|
||||
"@tinacms/datalayer": "^2.0.18",
|
||||
"astro": "^5.16.16",
|
||||
"express": "^4.19.0",
|
||||
"astro": "^6.2.1",
|
||||
"express": "^5.2.1",
|
||||
"mongodb-level": "^0.0.4",
|
||||
"next": "^14.2.0",
|
||||
"next-auth": "^4.24.7",
|
||||
"next": "^15.5.15",
|
||||
"next-auth": "^4.24.14",
|
||||
"tailwindcss": "^4.2.4",
|
||||
"tinacms": "^3.7.5",
|
||||
"tinacms-authjs": "^21.0.5",
|
||||
|
||||
Generated
+4
-3
@@ -1,9 +1,9 @@
|
||||
// tina/config.ts
|
||||
import { defineConfig } from "tinacms";
|
||||
import { UsernamePasswordAuthJSProvider, TinaUserCollection } from "tinacms-authjs/dist/tinacms";
|
||||
var config_default = defineConfig({
|
||||
branch: process.env.TINA_BRANCH || "main",
|
||||
clientId: process.env.TINA_CLIENT_ID || "",
|
||||
token: process.env.TINA_TOKEN || "",
|
||||
contentApiUrlOverride: "/api/tina/gql",
|
||||
authProvider: new UsernamePasswordAuthJSProvider(),
|
||||
build: {
|
||||
outputFolder: "admin",
|
||||
publicFolder: "public"
|
||||
@@ -17,6 +17,7 @@ var config_default = defineConfig({
|
||||
},
|
||||
schema: {
|
||||
collections: [
|
||||
TinaUserCollection,
|
||||
{
|
||||
name: "post",
|
||||
label: "Blog Posts",
|
||||
|
||||
Reference in New Issue
Block a user