Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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}`

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.