aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/vitepress/wrangler.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'communities/red-right-hand/vitepress/wrangler.jsonc')
-rw-r--r--communities/red-right-hand/vitepress/wrangler.jsonc19
1 files changed, 19 insertions, 0 deletions
diff --git a/communities/red-right-hand/vitepress/wrangler.jsonc b/communities/red-right-hand/vitepress/wrangler.jsonc
new file mode 100644
index 0000000..42b2fee
--- /dev/null
+++ b/communities/red-right-hand/vitepress/wrangler.jsonc
@@ -0,0 +1,19 @@
+{
+ "$schema": "node_modules/wrangler/config-schema.json",
+ "compatibility_date": "2026-03-29",
+ "account_id": "424d9dabd39849818d9e22366a20e4d6",
+ "name": "red-right-hand-vitepress",
+ "assets": {
+ "directory": "./.vitepress/dist/",
+ },
+ "minify": true,
+ "observability": {
+ "enabled": true,
+ },
+ "routes": [
+ {
+ "pattern": "vitepress.red-right-hand.unnamed.group",
+ "custom_domain": true,
+ },
+ ],
+}