250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SSR
- error
- web
- Props
- graphQL
- middleware
- CSS
- express.js
- built in object
- nextJS
- blockchain
- bitcoin
- Ethereum
- concept
- 삶
- API
- typeScript
- REACT
- Interface
- Redux
- tailwindcss
- evm
- CLASS
- 기준
- solidity
- hardhat
- useState
- JavaScript
- node.js
- HTML
Archives
- Today
- Total
목록Module Path Aliases (1)
ReasonJun
Next.js : Absolute Imports and Module Path Aliases
Absolute Imports Absolute imports in Next.js allow you to import modules from the root of your project. This can be useful for organizing your code and making it easier to find the modules that you need. To use absolute imports in Next.js, you need to add the following line to your tsconfig.json file: { "compilerOptions": { "baseUrl": "." } } This will tell Next.js to treat all imports as if the..
Frontend/Next.js
2023. 6. 21. 00:48