diff options
author | 2021-08-19 10:45:54 -0700 | |
---|---|---|
committer | 2021-08-19 10:45:54 -0700 | |
commit | f1d3aade3b408ead1c1459eb9e0d90e90290d687 (patch) | |
tree | 789e2cb8b43afc84500681fa472461a66269e5f7 /demos/hello-next/pages/index.tsx | |
parent | 0826f7710186d7ec26d8d2b284ef8f89186d9350 (diff) | |
download | bun-f1d3aade3b408ead1c1459eb9e0d90e90290d687.tar.gz bun-f1d3aade3b408ead1c1459eb9e0d90e90290d687.tar.zst bun-f1d3aade3b408ead1c1459eb9e0d90e90290d687.zip |
remove unused code in route-loader, fix CSS load promise when loading `/`
Former-commit-id: 2b6a239fb6a5ba735b544949e4a770765887fcf8
Diffstat (limited to 'demos/hello-next/pages/index.tsx')
-rw-r--r-- | demos/hello-next/pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/hello-next/pages/index.tsx b/demos/hello-next/pages/index.tsx index 87ccfd2b3..b87c67a84 100644 --- a/demos/hello-next/pages/index.tsx +++ b/demos/hello-next/pages/index.tsx @@ -20,7 +20,7 @@ export default function Home() { <main className={styles.main}> <h1 className={styles.title}> - apos[ <a href="https://nextjs.org">Next.js!</a> + Welcome to <a href="https://nextjs.org">Next.js!</a> </h1> <p className={styles.description}> |