Closed yegorkay closed 4 years ago
This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/hoangvvo/nextjs-mongodb-app/oyei4cjtj ✅ Preview: https://nextjs-mongodb-app-git-fork-yegorkay-feature-alias-paths.hoangvvo.vercel.app
I'm so sorry for missing out the PR! Should we have some prefix to the path, to deal with cases where middlewares
, lib
, etc are npm packages. Seems like an @
will do (just like in the doc)
This feature implements path aliases to make modules easier to read and access throughout the application.
becomes:
See relevant NextJS docs