Skip to content

v2.0.0 - Support static pages

Compare
Choose a tag to compare
@jagaapple jagaapple released this 08 Aug 09:41
2921f83

❗️Breaking Changes

The default export has been removed, withSecureHeaders function has been exported as named export instead.
You have to import withSecureHeaders like the following.

- import withSecureHeaders from "next-secure-headers";
+ import { withSecureHeaders } from "next-secure-headers";