aboutsummaryrefslogtreecommitdiff
path: root/174bg
diff options
context:
space:
mode:
Diffstat (limited to '174bg')
-rw-r--r--174bg/website/.gitignore (renamed from 174bg/www/.gitignore)0
-rw-r--r--174bg/website/assets/index.html (renamed from 174bg/www/assets/index.html)0
-rw-r--r--174bg/website/assets/logo.png (renamed from 174bg/www/assets/logo.png)bin47784 -> 47784 bytes
-rw-r--r--174bg/website/worker.js (renamed from 174bg/www/server/index.js)0
-rw-r--r--174bg/website/wrangler.jsonc (renamed from 174bg/www/wrangler.jsonc)4
5 files changed, 2 insertions, 2 deletions
diff --git a/174bg/www/.gitignore b/174bg/website/.gitignore
index 0460e34..0460e34 100644
--- a/174bg/www/.gitignore
+++ b/174bg/website/.gitignore
diff --git a/174bg/www/assets/index.html b/174bg/website/assets/index.html
index 2543ad5..2543ad5 100644
--- a/174bg/www/assets/index.html
+++ b/174bg/website/assets/index.html
diff --git a/174bg/www/assets/logo.png b/174bg/website/assets/logo.png
index 082d182..082d182 100644
--- a/174bg/www/assets/logo.png
+++ b/174bg/website/assets/logo.png
Binary files differ
diff --git a/174bg/www/server/index.js b/174bg/website/worker.js
index d5e2753..d5e2753 100644
--- a/174bg/www/server/index.js
+++ b/174bg/website/worker.js
diff --git a/174bg/www/wrangler.jsonc b/174bg/website/wrangler.jsonc
index d1a7276..d9cb044 100644
--- a/174bg/www/wrangler.jsonc
+++ b/174bg/website/wrangler.jsonc
@@ -3,8 +3,8 @@
"compatibility_flags": ["nodejs_compat"],
"compatibility_date": "2026-03-29",
"account_id": "424d9dabd39849818d9e22366a20e4d6",
- "name": "174bg-www",
- "main": "./server/index.js",
+ "name": "www-174bg-net",
+ "main": "./worker.js",
"assets": {
"directory": "./assets/",
"not_found_handling": "single-page-application",