https://github.com/netlify/next-edge-middleware
https://github.com/netlify/next-edge-middleware
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/netlify/next-edge-middleware
- Owner: netlify
- Created: 2022-04-19T13:07:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T10:27:22.000Z (about 1 year ago)
- Last Synced: 2025-05-01T00:31:00.477Z (about 1 year ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 31
- Watchers: 5
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Next.js 12 Edge Middleware Demo (Alpha)
Try the demo live here: https://next-edge-middleware.netlify.app/
## Introduction
This is a simple demo of Next.js middleware running on Netlify Edge Functions.
It consists of an SSR page with a middleware function that rewrites the URL with a geolocated country code parameter.