summaryrefslogtreecommitdiff
path: root/website/wrangler.jsonc
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-04-05 00:02:58 +0900
committerSho Sakuma <me@m1sk9.dev>2026-04-05 00:02:58 +0900
commit842bf9df75a5e23ab31bdfb5717b76449264e999 (patch)
tree3acd09750c7fb40c32d8d0f8fc998a23be98aff1 /website/wrangler.jsonc
parent278b6c9a65b93af61146a11575b32814624a3e40 (diff)
downloadLunaticChat-842bf9df75a5e23ab31bdfb5717b76449264e999.tar.gz
LunaticChat-842bf9df75a5e23ab31bdfb5717b76449264e999.tar.bz2
LunaticChat-842bf9df75a5e23ab31bdfb5717b76449264e999.zip
docs: add download page and rename docs to website
- Add download page with GitHub API data loader for latest releases - Add DownloadCard Vue component with JA/EN i18n support - Include Modrinth and CI build links - Rename docs/ directory to website/ Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'website/wrangler.jsonc')
-rw-r--r--website/wrangler.jsonc14
1 files changed, 14 insertions, 0 deletions
diff --git a/website/wrangler.jsonc b/website/wrangler.jsonc
new file mode 100644
index 0000000..c1e3ce5
--- /dev/null
+++ b/website/wrangler.jsonc
@@ -0,0 +1,14 @@
+{
+ "$schema": "node_modules/wrangler/config-schema.json",
+ "name": "lunaticchat-docs",
+ "compatibility_date": "2025-09-27",
+ "observability": {
+ "enabled": true
+ },
+ "assets": {
+ "directory": "dist"
+ },
+ "compatibility_flags": [
+ "nodejs_compat"
+ ]
+}