Next.js Tutorial #31 Relative and Absolute Import in next.js
In this video we are going to learn about Absolute import .These options allow you to configure module aliases, for example a common pattern is aliasing certain directories to use absolute paths.The baseUrl configuration option allows you to import directly from the root of the project.
REFERENCE = https://nextjs.org/docs/advanced-feat...
Chapter
0:00 = INTRODUCTION
05:10 = RELATIVE IMPORT
10:34 = ABSOLUTE IMPORT
#nextjs #nextjs13 #nextjstutorial #DATAHACKS