From 819c555ef383f4fdce045c34cfd473bef27cf3f0 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Mon, 11 May 2026 20:44:58 +0700 Subject: [PATCH] =?UTF-8?q?docs:=20expand=20README=20=E2=80=94=20explain?= =?UTF-8?q?=20redirect=20role=20+=20Firebase=20targets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b8d12c..a8b83f0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # tiennm99.github.io -Just redirect to my website +GitHub Pages default repo for the `tiennm99` user. Serves a one-line client-side redirect to [miti99.com](https://miti99.com). + +## How it works + +`index.html` sets `window.location.hostname = "miti99.com"` — anyone landing at `https://tiennm99.github.io/` gets bounced to the matching path on `miti99.com`. + +## Why so minimal + +The `.github.io` slot is a single naming claim — you only get one per account. This repo exists just to **claim the slot and forward**. The real site lives in [miti99](https://github.com/tiennm99/miti99) (Hugo + Stack theme, hosted at `miti99.com`). + +## Firebase Hosting targets + +`firebase.json` declares 4 hosting targets (`miti99`, `meetee`, `tiennm`, `tiennm99`) sharing the same `public/` directory — so this repo is **also** the source for those Firebase domains when redirecting traffic during migrations. + +## License + +Apache-2.0 — see [LICENSE](LICENSE).