diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-26 13:16:16 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-26 13:16:16 +0100 |
| commit | 1f1527de088096239c4915dd8421dd49b2c2aadb (patch) | |
| tree | f2538aad5284bd6fabf86072b0b54a2eb900b84e | |
| parent | a8bb2d67acb2394b6ba67df19f162031aabc43cf (diff) | |
| download | unnamed-group-1f1527de088096239c4915dd8421dd49b2c2aadb.tar unnamed-group-1f1527de088096239c4915dd8421dd49b2c2aadb.tar.gz unnamed-group-1f1527de088096239c4915dd8421dd49b2c2aadb.tar.bz2 unnamed-group-1f1527de088096239c4915dd8421dd49b2c2aadb.tar.xz unnamed-group-1f1527de088096239c4915dd8421dd49b2c2aadb.zip | |
better org
| -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) | bin | 47784 -> 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 Binary files differindex 082d182..082d182 100644 --- a/174bg/www/assets/logo.png +++ b/174bg/website/assets/logo.png 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", |
