14 lines
421 B
JSON
14 lines
421 B
JSON
{
|
|
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
|
|
"frontMatter.framework.id": "astro",
|
|
"frontMatter.preview.host": "http://localhost:4321",
|
|
"frontMatter.content.publicFolder": {
|
|
"path": "src/assets",
|
|
"relative": true
|
|
},
|
|
"frontMatter.extends": [
|
|
".frontmatter/starlight/contenttypes.json",
|
|
".frontmatter/starlight/pagefolders.json",
|
|
".frontmatter/starlight/aside.json"
|
|
]
|
|
} |