1.2.1 • Published 6 years ago

is-url-nextjs-page v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

is-url-nextjs-page

npm.io

npm npm

Why?

I need to check if a resource being requested is a nextjs page and if it is, I need to serve it's gzipped version. So I wrote this utility to check if a given url is a nextjs page.

What

A utility to check if the requested path a nextjs page script, generally present in .next/bundles/pages.

Usage

import isUrlNextJsPage from "is-url-nextjs-page";
const isNextJsPage = isUrlNextJsPage(req.url);

Enjoy 📚📚

If you find any issues with it, please submit a PR or an issue!

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago