✨ Posts
This commit is contained in:
@ -33,7 +33,6 @@ const Event: Collection = {
|
||||
type: "string",
|
||||
label: "Description",
|
||||
name: "description",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
type: "datetime",
|
||||
|
@ -23,17 +23,17 @@ const Post: Collection = {
|
||||
name: "heroImg",
|
||||
label: "Hero Image",
|
||||
},
|
||||
{
|
||||
type: "rich-text",
|
||||
label: "Excerpt",
|
||||
name: "excerpt",
|
||||
},
|
||||
{
|
||||
type: "reference",
|
||||
label: "Author",
|
||||
name: "author",
|
||||
collections: ["author"],
|
||||
},
|
||||
{
|
||||
type: "string",
|
||||
label: "Description",
|
||||
name: "description",
|
||||
},
|
||||
{
|
||||
type: "datetime",
|
||||
label: "Published Date",
|
||||
|
@ -25,7 +25,7 @@ export default defineConfig({
|
||||
},
|
||||
media: {
|
||||
tina: {
|
||||
mediaRoot: "",
|
||||
mediaRoot: "media",
|
||||
publicFolder: "public",
|
||||
},
|
||||
},
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user