mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
deploy(ui): add wrangler config
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user