deploy(ui): add wrangler config

This commit is contained in:
Michael H.
2026-02-13 01:15:06 +01:00
parent d4ef5f36c3
commit 09e989a4c4

View File

@@ -0,0 +1,11 @@
{
"name": "storybook",
"compatibility_date": "2026-02-12",
"workers_dev": true,
"routes": ["storybook.rinth.dev/*"],
"assets": {
"directory": "./storybook-static",
"html_handling": "force-trailing-slash",
"not_found_handling": "404-page"
}
}