Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/blocks-nextjs-16-peer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@faustwp/blocks": patch
---

Widen the `next` peer dependency to allow Next.js 16.
2 changes: 1 addition & 1 deletion examples/next/block-support/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { createSecureHeaders } = require('next-secure-headers');
module.exports = withFaust({
reactStrictMode: true,
sassOptions: {
includePaths: ['node_modules'],
loadPaths: ['node_modules'],
},
images: {
domains: [getWpHostname()],
Expand Down
Loading