is-url-nextjs-page

1.2.1 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i is-url-nextjs-page

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

5.14 kB

Total Files

6

Last publish

Collaborators

  • imbhargav5