next.js
72cc9401 - Fix: Use `boolean` instead of `false` for experimental logging config (#56110)

Commit
2 years ago
Fix: Use `boolean` instead of `false` for experimental logging config (#56110) This PR changes the type for the config `experimental.logging.fullURL` from `false` to `boolean`, i tested it and this config can accept both true and false and will work as expected, it is just the types that are wrong.
Author
Parents
Loading