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 |
Tags
- blockchain
- hardhat
- concept
- useState
- graphQL
- Redux
- 기준
- 삶
- express.js
- JavaScript
- solidity
- Props
- bitcoin
- typeScript
- web
- Ethereum
- nextJS
- HTML
- API
- tailwindcss
- evm
- Interface
- CSS
- CLASS
- error
- built in object
- node.js
- middleware
- SSR
- REACT
Archives
- Today
- Total
목록404 page (1)
ReasonJun
Next.js : Custom App / Document / Error page
Custom App Next.js uses the App component to initialize pages. You can override it and control the page initialization and: Persist layouts between page changes Keeping state when navigating pages Inject additional data into pages Add global CSS import '@/styles/globals.css' export default function App({ Component, pageProps }) { return } https://nextjs.org/docs/pages/building-your-application/r..
Frontend/Next.js
2023. 6. 21. 01:33