aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook/wrangler.jsonc
diff options
context:
space:
mode:
Diffstat (limited to '174bg/handbook/wrangler.jsonc')
-rw-r--r--174bg/handbook/wrangler.jsonc16
1 files changed, 13 insertions, 3 deletions
diff --git a/174bg/handbook/wrangler.jsonc b/174bg/handbook/wrangler.jsonc
index 45a030f..e47d911 100644
--- a/174bg/handbook/wrangler.jsonc
+++ b/174bg/handbook/wrangler.jsonc
@@ -2,10 +2,9 @@
"$schema": "https://esm.sh/wrangler@4.90.1/config-schema.json",
"compatibility_date": "2026-03-29",
"account_id": "424d9dabd39849818d9e22366a20e4d6",
- "name": "174bg-handbook",
+ "name": "174bg-handbook-vitepress",
"assets": {
- "directory": "./public/",
- "not_found_handling": "single-page-application",
+ "directory": "./.vitepress/dist",
},
"minify": true,
"observability": {
@@ -17,4 +16,15 @@
"custom_domain": true,
},
],
+ "env": {
+ "preview": {
+ "name": "174bg-handbook-vitepress-preview",
+ "routes": [
+ {
+ "pattern": "preview.handbook.174bg.net",
+ "custom_domain": true,
+ },
+ ],
+ },
+ },
}