Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/expo/koa-apex-domain
Koa middleware that redirects requests to `www.${domain}` to `${domain}`
https://github.com/expo/koa-apex-domain
koa
Last synced: 23 days ago
JSON representation
Koa middleware that redirects requests to `www.${domain}` to `${domain}`
- Host: GitHub
- URL: https://github.com/expo/koa-apex-domain
- Owner: expo
- License: mit
- Created: 2020-03-17T06:51:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T21:28:30.000Z (26 days ago)
- Last Synced: 2025-01-11T05:41:48.781Z (25 days ago)
- Topics: koa
- Language: TypeScript
- Size: 229 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @expo/koa-apex-domain
[![Tests](https://github.com/expo/koa-apex-domain/workflows/Tests/badge.svg)](https://github.com/expo/koa-apex-domain/actions?query=branch%3Amaster)
[![codecov](https://codecov.io/gh/expo/koa-apex-domain/branch/master/graph/badge.svg)](https://codecov.io/gh/expo/koa-apex-domain)Koa middleware that redirects requests to `www.${domain}` to `${domain}`.
This middleware is intentionally designed to be minimal for [expo.dev](https://expo.dev).
See the source code to learn how it works.