mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
15 lines
287 B
JSON
15 lines
287 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",
|
|
},
|
|
],
|
|
}
|