Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
why no deploy?
Browse files Browse the repository at this point in the history
  • Loading branch information
h.u.g.u.rp committed Nov 5, 2023
1 parent 4122d37 commit fd59991
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"dev": "vite --port=4001",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/internet4000/4000.network.git"
},
"keywords": ["4000", "networks", "web-components"],
"author": "r4",
"author": "i4k",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/internet4000/4000.network/issues"
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ When running a local server (here with vite), we can use subdomains in the URL j

### Subdomains

How subdomain handling works
Now managed by cloudflare and a `*` wildcard CNAME for all subdomains.

How subdomain handling used to works

- managed (authorized) by vercel DNS on `*.4000.network` and `vercel.json`
- handled by the javascript web component `network-4000.subdomain` getter
Expand Down

0 comments on commit fd59991

Please sign in to comment.