aboutsummaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/hello-next/bun-framework-next/package.json7
-rw-r--r--demos/hello-next/pages/index.tsx19
2 files changed, 12 insertions, 14 deletions
diff --git a/demos/hello-next/bun-framework-next/package.json b/demos/hello-next/bun-framework-next/package.json
index 7aa47a88f..901391964 100644
--- a/demos/hello-next/bun-framework-next/package.json
+++ b/demos/hello-next/bun-framework-next/package.json
@@ -1,6 +1,6 @@
{
"name": "bun-framework-next",
- "version": "0.0.0-6",
+ "version": "0.0.0-8",
"description": "",
"main": "package.json",
"framework": {
@@ -69,5 +69,8 @@
},
"author": "",
"license": "ISC",
- "dependencies": {}
+ "dependencies": {
+ "buffer": "^6.0.3",
+ "path": "^0.12.7"
+ }
}
diff --git a/demos/hello-next/pages/index.tsx b/demos/hello-next/pages/index.tsx
index 2866bad51..621f2c401 100644
--- a/demos/hello-next/pages/index.tsx
+++ b/demos/hello-next/pages/index.tsx
@@ -3,13 +3,11 @@ import Image from "next/image";
import styles from "../styles/Home.module.css";
import Link from "next/link";
-import Title from "../components/Title";
-
export default function Home() {
return (
<div className={styles.container}>
<Head>
- <title>Create Next App</title>
+ <title>Create Next Ap123p</title>
<meta name="description" content="Generated by create next app" />
<link rel="icon" href="/favicon.ico" />
</Head>
@@ -40,15 +38,12 @@ export default function Home() {
<h2>Learn &rarr;</h2>
<p>Learn about Next.js in an interactive course with quizzes!</p>
</a>
-
- <a
- href="https://github.com/vercel/next.js/tree/master/examples"
- className={styles.card}
- >
- <h2>Examples &rarr;</h2>
- <p>Discover and deploy boilerplate example Next.js projects.</p>
- </a>
-
+ <Link href="/hi">
+ <a className={styles.card}>
+ <h2>Examples &rarr;</h2>
+ <p>Discover and deploy boilerplate example Next.js projects.</p>
+ </a>
+ </Link>
<a
href="https://vercel.com/new?utm_source=create-next-app&utm_medium=default-template&utm_campaign=create-next-app"
className={styles.card}