79158027

Date: 2024-11-05 07:32:15
Score: 0.5
Natty:
Report link

You can use the basePath config option:

// File: next.config.js

module.exports = {
  basePath: '/resources',
}

https://nextjs.org/docs/app/api-reference/next-config-js/basePath

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Duyet Le