From 842bf9df75a5e23ab31bdfb5717b76449264e999 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Sun, 5 Apr 2026 00:02:58 +0900 Subject: 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 --- website/wrangler.jsonc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 website/wrangler.jsonc (limited to 'website/wrangler.jsonc') 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" + ] +} -- cgit v1.2.1