Creating a config
A config file is a JSON file that is defined when running StaticShape. For example:
{
"collections": [
{
"name": "pages"
}
]
}
⚠️ StaticShape is still under heavy development, and is likely to change.
A config file is a JSON file that is defined when running StaticShape. For example:
{
"collections": [
{
"name": "pages"
}
]
}