add turbopack for dev && add json placeholder button
This commit is contained in:
parent
6735463119
commit
bf503e548d
|
|
@ -16,6 +16,12 @@ export default function Home() {
|
||||||
>
|
>
|
||||||
Unity
|
Unity
|
||||||
</Link>
|
</Link>
|
||||||
|
<Link
|
||||||
|
href={`/json-placeholder/${Math.floor(Math.random() * (200 - 1)) + 1}`}
|
||||||
|
className="m-4 cursor-pointer rounded-md bg-blue-500 p-2 text-white"
|
||||||
|
>
|
||||||
|
JSON Placeholder
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<p>Next.js 및 tailwind css, 기타등등... 사용해보기</p>
|
<p>Next.js 및 tailwind css, 기타등등... 사용해보기</p>
|
||||||
</>
|
</>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev --turbo",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue