mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 10:09:26 +02:00
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "notesnook-help",
|
|
"routes": [
|
|
{
|
|
"pattern": "notesnook.com/help/*",
|
|
"zone_name": "notesnook.com"
|
|
},
|
|
{
|
|
"pattern": "notesnook.com/help",
|
|
"zone_name": "notesnook.com"
|
|
}
|
|
],
|
|
"compatibility_date": "2026-08-14",
|
|
"preview_urls": true,
|
|
"assets": {
|
|
"directory": "./.vitepress/dist"
|
|
}
|
|
}
|