is-url-nextjs-page

v1.2.1
[![](https://nodei.co/npm/is-url-nextjs-page.png?compact=true)](https://nodei.co/npm/is-url-nextjs-page/)

is-url-nextjs-page

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!

npm i is-url-nextjs-page

Metadata

  • MIT
  • Whatever
  • Bhargav Ponnapalli
  • released 2/28/2018

Downloads

Maintainers