mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 12:02:49 +05:30
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "omnia-docs",
|
|
"compatibility_date": "2026-07-09",
|
|
"assets": {
|
|
"directory": "./dist"
|
|
},
|
|
"routes": [
|
|
{
|
|
"pattern": "omnia.adityagupta.dev/docs*",
|
|
"zone_name": "adityagupta.dev"
|
|
}
|
|
]
|
|
}
|