From f260328900da71141b2fc94b4e098cffee5ff204 Mon Sep 17 00:00:00 2001
From: Tim Neutkens Count: {count} /blog/[author] {JSON.stringify(params)} {Date.now()} /dynamic-no-gen-params {JSON.stringify(params)} Other Page Page Other Page Page
-
- To a with trailing slash
+
+ To a with trailing slash
-
- To a with trailing slash
+
+ To a with trailing slash
{JSON.stringify(query)} {pathname} {asPath} {props.slug} hello {world} Post: {post} Comment: {comment} Posts: {JSON.stringify(slugs)} hello {world} hello {world} {JSON.stringify(router.query)} {router.pathname} {router.asPath} {JSON.stringify(router.query)} {router.pathname} {router.asPath} a slow page hit: {count} User: {user}Page: {router.query.slug}
diff --git a/docs/routing/introduction.md b/docs/routing/introduction.md
index c2b8c8ddc8cd6..4fb506cbf7fa7 100644
--- a/docs/routing/introduction.md
+++ b/docs/routing/introduction.md
@@ -47,19 +47,13 @@ function Home() {
return (
)
@@ -89,7 +83,7 @@ function Posts({ posts }) {
{posts.map((post) => (
-
- /blog/seb
+
+ /blog/seb
-
- /blog/styfle
+
+ /blog/styfle
-
- /blog/tim/first-post
+
+ /blog/tim/first-post
-
- /blog/seb/second-post
+
+ /blog/seb/second-post
-
- /blog/styfle/first-post
+
+ /blog/styfle/first-post
-
- /dynamic-no-gen-params/first
+
+ /dynamic-no-gen-params/first
>
diff --git a/test/e2e/app-dir/app-static/app/dynamic-no-gen-params/[slug]/page.js b/test/e2e/app-dir/app-static/app/dynamic-no-gen-params/[slug]/page.js
index 27b661a09fdca..7b7ee8e7806b6 100644
--- a/test/e2e/app-dir/app-static/app/dynamic-no-gen-params/[slug]/page.js
+++ b/test/e2e/app-dir/app-static/app/dynamic-no-gen-params/[slug]/page.js
@@ -6,13 +6,13 @@ export default function Page({ params }) {
-
- /blog/styfle
+
+ /blog/styfle
>
diff --git a/test/e2e/app-dir/app/app/catch-all-link/page.js b/test/e2e/app-dir/app/app/catch-all-link/page.js
index 59157f985f1e7..1170d49fa5d2d 100644
--- a/test/e2e/app-dir/app/app/catch-all-link/page.js
+++ b/test/e2e/app-dir/app/app/catch-all-link/page.js
@@ -4,13 +4,16 @@ export default function Page() {
return (
<>
{nanoid()}
{' '}
-
- To {other}
+
+ To{other}
>
)
diff --git a/test/e2e/app-dir/app/app/link-hard-replace/[id]/page.js b/test/e2e/app-dir/app/app/link-hard-replace/[id]/page.js
index c90e93f74c78d..6f69c10520d12 100644
--- a/test/e2e/app-dir/app/app/link-hard-replace/[id]/page.js
+++ b/test/e2e/app-dir/app/app/link-hard-replace/[id]/page.js
@@ -6,8 +6,8 @@ export default function Page({ params }) {
return (
<>
{nanoid()}
{' '}
-
- To {other}
+
+ To{other}
>
)
diff --git a/test/e2e/app-dir/app/app/link-hard-replace/page.js b/test/e2e/app-dir/app/app/link-hard-replace/page.js
index 340baa107e373..0f099a798f596 100644
--- a/test/e2e/app-dir/app/app/link-hard-replace/page.js
+++ b/test/e2e/app-dir/app/app/link-hard-replace/page.js
@@ -5,11 +5,11 @@ export default function Page() {
return (
<>
{nanoid()}
-
- Self Link
+
+ Self Link
-
- Subpage
+
+ Subpage
>
)
diff --git a/test/e2e/app-dir/app/app/link-hard-replace/subpage/page.js b/test/e2e/app-dir/app/app/link-hard-replace/subpage/page.js
index cd586543ab752..ecb43519aa8b3 100644
--- a/test/e2e/app-dir/app/app/link-hard-replace/subpage/page.js
+++ b/test/e2e/app-dir/app/app/link-hard-replace/subpage/page.js
@@ -2,8 +2,8 @@ import Link from 'next/link'
export default function Page() {
return (
-
- Self Link
+
+ Self Link
)
}
diff --git a/test/e2e/app-dir/app/app/link-soft-push/page.js b/test/e2e/app-dir/app/app/link-soft-push/page.js
index 049e5be9c49c7..a83690e8b5107 100644
--- a/test/e2e/app-dir/app/app/link-soft-push/page.js
+++ b/test/e2e/app-dir/app/app/link-soft-push/page.js
@@ -2,8 +2,8 @@ import Link from 'next/link'
export default function Page() {
return (
-
- With ID
+
+ With ID
)
}
diff --git a/test/e2e/app-dir/app/app/link-soft-replace/page.js b/test/e2e/app-dir/app/app/link-soft-replace/page.js
index c65758d99076c..26a535bb1a78a 100644
--- a/test/e2e/app-dir/app/app/link-soft-replace/page.js
+++ b/test/e2e/app-dir/app/app/link-soft-replace/page.js
@@ -5,11 +5,11 @@ export default function Page() {
return (
<>
{nanoid()}
-
- Self Link
+
+ Self Link
-
- Subpage
+
+ Subpage
>
)
diff --git a/test/e2e/app-dir/app/app/link-soft-replace/subpage/page.js b/test/e2e/app-dir/app/app/link-soft-replace/subpage/page.js
index 6ee17de065089..b1fe8890da760 100644
--- a/test/e2e/app-dir/app/app/link-soft-replace/subpage/page.js
+++ b/test/e2e/app-dir/app/app/link-soft-replace/subpage/page.js
@@ -2,8 +2,8 @@ import Link from 'next/link'
export default function Page() {
return (
-
- Self Link
+
+ Self Link
)
}
diff --git a/test/e2e/app-dir/app/app/link-with-as/page.js b/test/e2e/app-dir/app/app/link-with-as/page.js
index 12a33746cc9fe..8e3eff7d0c16d 100644
--- a/test/e2e/app-dir/app/app/link-with-as/page.js
+++ b/test/e2e/app-dir/app/app/link-with-as/page.js
@@ -6,8 +6,9 @@ export default function Page() {
- To info 123
+ To info 123
>
)
diff --git a/test/e2e/app-dir/app/app/nested-navigation/TabNavItem.js b/test/e2e/app-dir/app/app/nested-navigation/TabNavItem.js
index 3e1cbf3dd95dd..3e74c679f9329 100644
--- a/test/e2e/app-dir/app/app/nested-navigation/TabNavItem.js
+++ b/test/e2e/app-dir/app/app/nested-navigation/TabNavItem.js
@@ -2,8 +2,8 @@ import Link from 'next/link'
export const TabNavItem = ({ children, href }) => {
return (
-
- {children}
+
+ {children}
)
}
diff --git a/test/e2e/app-dir/app/app/pages-linking/page.js b/test/e2e/app-dir/app/app/pages-linking/page.js
index 19b7cc4b861b8..d32b739de990e 100644
--- a/test/e2e/app-dir/app/app/pages-linking/page.js
+++ b/test/e2e/app-dir/app/app/pages-linking/page.js
@@ -2,8 +2,8 @@ import Link from 'next/link'
export default function Page(props) {
return (
-
- To Pages Page
+
+ To Pages Page
)
}
diff --git a/test/e2e/app-dir/app/app/redirect/next-config-redirect/page.js b/test/e2e/app-dir/app/app/redirect/next-config-redirect/page.js
index 95038b8326dcd..b2f96fb405b40 100644
--- a/test/e2e/app-dir/app/app/redirect/next-config-redirect/page.js
+++ b/test/e2e/app-dir/app/app/redirect/next-config-redirect/page.js
@@ -3,8 +3,8 @@ import Link from 'next/link'
export default function Page() {
return (
<>
-
- To Dashboard through /redirect/a
+
+ To Dashboard through /redirect/a
>
)
diff --git a/test/e2e/app-dir/app/app/redirect/next-middleware-redirect/page.js b/test/e2e/app-dir/app/app/redirect/next-middleware-redirect/page.js
index 49a721599e253..7323ef64adb96 100644
--- a/test/e2e/app-dir/app/app/redirect/next-middleware-redirect/page.js
+++ b/test/e2e/app-dir/app/app/redirect/next-middleware-redirect/page.js
@@ -3,8 +3,8 @@ import Link from 'next/link'
export default function Page() {
return (
<>
-
- To Dashboard through /redirect/a
+
+ To Dashboard through /redirect/a
>
)
diff --git a/test/e2e/app-dir/app/app/rewrites/page.js b/test/e2e/app-dir/app/app/rewrites/page.js
index ae97d2af2cbd4..eeae4be1361c4 100644
--- a/test/e2e/app-dir/app/app/rewrites/page.js
+++ b/test/e2e/app-dir/app/app/rewrites/page.js
@@ -2,8 +2,8 @@ import Link from 'next/link'
export default function Page() {
return (
-
- To Dashboard Rewritten
+
+ To Dashboard Rewritten
)
}
diff --git a/test/e2e/app-dir/app/app/same-layout/first/page.js b/test/e2e/app-dir/app/app/same-layout/first/page.js
index bf4ba9e2455b9..2c2ebede77b4d 100644
--- a/test/e2e/app-dir/app/app/same-layout/first/page.js
+++ b/test/e2e/app-dir/app/app/same-layout/first/page.js
@@ -4,8 +4,8 @@ export default function Page() {
return (
<>
hello from same-layout/first
-
- To Second
+
+ To Second
>
)
diff --git a/test/e2e/app-dir/app/app/same-layout/second/page.js b/test/e2e/app-dir/app/app/same-layout/second/page.js
index 9d981dcb708aa..9eefb7df26093 100644
--- a/test/e2e/app-dir/app/app/same-layout/second/page.js
+++ b/test/e2e/app-dir/app/app/same-layout/second/page.js
@@ -4,8 +4,8 @@ export default function Page() {
return (
<>
hello from same-layout/second
-
- To First
+
+ To First
>
)
diff --git a/test/e2e/app-dir/app/app/template/clientcomponent/other/page.js b/test/e2e/app-dir/app/app/template/clientcomponent/other/page.js
index 24c81bb71930d..dc90e11c70e5f 100644
--- a/test/e2e/app-dir/app/app/template/clientcomponent/other/page.js
+++ b/test/e2e/app-dir/app/app/template/clientcomponent/other/page.js
@@ -3,8 +3,8 @@ export default function Page() {
return (
<>
{nanoid()}
-
- To Navigation
+
+ To Navigation
>
)
diff --git a/test/e2e/app-dir/app/pages/app-linking.js b/test/e2e/app-dir/app/pages/app-linking.js
index 0a8e0289afe47..3ef5245032ae9 100644
--- a/test/e2e/app-dir/app/pages/app-linking.js
+++ b/test/e2e/app-dir/app/pages/app-linking.js
@@ -2,8 +2,8 @@ import Link from 'next/link'
export default function Page(props) {
return (
-
- To App Page
+
+ To App Page
)
}
diff --git a/test/e2e/app-dir/app/pages/link-to-rewritten-path.js b/test/e2e/app-dir/app/pages/link-to-rewritten-path.js
index 177f41aa73e33..ed212bfb08592 100644
--- a/test/e2e/app-dir/app/pages/link-to-rewritten-path.js
+++ b/test/e2e/app-dir/app/pages/link-to-rewritten-path.js
@@ -3,8 +3,8 @@ import Link from 'next/link'
export default function Page(props) {
return (
<>
-
- Exists but not routed
+
+ Exists but not routed
>
)
diff --git a/test/e2e/app-dir/asset-prefix/app/page.js b/test/e2e/app-dir/asset-prefix/app/page.js
index f02fd1b341b1c..c00ce2fb17b1a 100644
--- a/test/e2e/app-dir/asset-prefix/app/page.js
+++ b/test/e2e/app-dir/asset-prefix/app/page.js
@@ -3,8 +3,8 @@ export default function HomePage() {
return (
<>
query:{id}
-
- mailto:idk@idk.com
+
+ mailto:idk@idk.com
>
)
diff --git a/test/e2e/basepath/pages/hello.js b/test/e2e/basepath/pages/hello.js
index b5d7ee3da1184..966ccab36d37d 100644
--- a/test/e2e/basepath/pages/hello.js
+++ b/test/e2e/basepath/pages/hello.js
@@ -3,49 +3,39 @@ import { useRouter } from 'next/router'
const Page = () => (
<>
-
-
- Hello World
-
+
+ Hello World
-
-
- getStaticProps
-
+
+ getStaticProps
-
-
- getServerSideProps
-
+
+ getServerSideProps
-
-
- dynamic page
-
+
+ dynamic page
-
-
- catchall page
-
+
+ catchall page
-
-
- index getStaticProps
-
+
+ index getStaticProps
-
-
- nested index getStaticProps
-
+
+ nested index getStaticProps
-
- Hash Link
+
+ Hash Link
Slow route
-
+
+ Slow route
-
-
- Error route
-
+
+ Error route
-
-
- Hash change
-
+
+ Hash change
-
- to something else
+
+ to something else
>
)
diff --git a/test/e2e/basepath/pages/index.js b/test/e2e/basepath/pages/index.js
index c4550e9874297..52c4affcf98c9 100644
--- a/test/e2e/basepath/pages/index.js
+++ b/test/e2e/basepath/pages/index.js
@@ -20,8 +20,8 @@ export default function Index({ hello, nested }) {
Hello World
-
+
+ Hello World
>
)
diff --git a/test/e2e/basepath/pages/link-to-root.js b/test/e2e/basepath/pages/link-to-root.js
index b997873d2b82a..d796894f5b55b 100644
--- a/test/e2e/basepath/pages/link-to-root.js
+++ b/test/e2e/basepath/pages/link-to-root.js
@@ -3,8 +3,8 @@ import Link from 'next/link'
export default function Page() {
return (
<>
-
- back
+
+ back
>
)
diff --git a/test/e2e/dynamic-route-interpolation/index.test.ts b/test/e2e/dynamic-route-interpolation/index.test.ts
index 874353991e6b0..a7fb9b82168a4 100644
--- a/test/e2e/dynamic-route-interpolation/index.test.ts
+++ b/test/e2e/dynamic-route-interpolation/index.test.ts
@@ -23,8 +23,8 @@ describe('Dynamic Route Interpolation', () => {
return (
<>
-
- to something
+
+ to something
>
)
diff --git a/test/e2e/getserversideprops/app/pages/blog/[post]/[comment].js b/test/e2e/getserversideprops/app/pages/blog/[post]/[comment].js
index d901887a86d0c..318dbc4eb23bf 100644
--- a/test/e2e/getserversideprops/app/pages/blog/[post]/[comment].js
+++ b/test/e2e/getserversideprops/app/pages/blog/[post]/[comment].js
@@ -17,8 +17,8 @@ export default ({ post, comment, time }) => {
-
- to another
+
+ to another
>
)
diff --git a/test/e2e/getserversideprops/app/pages/default-revalidate.js b/test/e2e/getserversideprops/app/pages/default-revalidate.js
index 605ca305df9eb..2c3f808754ede 100644
--- a/test/e2e/getserversideprops/app/pages/default-revalidate.js
+++ b/test/e2e/getserversideprops/app/pages/default-revalidate.js
@@ -13,12 +13,12 @@ export default ({ world, time }) => (
<>
-
- to something
+
+ to something
>
)
diff --git a/test/e2e/getserversideprops/app/pages/index.js b/test/e2e/getserversideprops/app/pages/index.js
index ecd88bda1a811..4433c9c2ee84e 100644
--- a/test/e2e/getserversideprops/app/pages/index.js
+++ b/test/e2e/getserversideprops/app/pages/index.js
@@ -56,38 +56,42 @@ const Page = ({ world, time, url }) => {
<>
-
- to another
+
+ to another
-
- to something
+
+ to something
-
- to normal
+
+ to normal
-
- to slow
+
+ to slow
-
- to dynamic
+
+ to dynamic
-
- to broken
+
+ to broken
-
- to another dynamic
+
+ to another dynamic
-
- to something?another=thing
+
+ to something?another=thing
>
)
diff --git a/test/e2e/getserversideprops/app/pages/invalid-keys.js b/test/e2e/getserversideprops/app/pages/invalid-keys.js
index 6ad6efbd9f29f..8c8a5ac53c98f 100644
--- a/test/e2e/getserversideprops/app/pages/invalid-keys.js
+++ b/test/e2e/getserversideprops/app/pages/invalid-keys.js
@@ -21,12 +21,12 @@ export default ({ world, time, params, random, query }) => {
-
- to another
+
+ to another
>
)
diff --git a/test/e2e/getserversideprops/app/pages/not-found/[slug].js b/test/e2e/getserversideprops/app/pages/not-found/[slug].js
index ef680582e17a7..131342b70d1b4 100644
--- a/test/e2e/getserversideprops/app/pages/not-found/[slug].js
+++ b/test/e2e/getserversideprops/app/pages/not-found/[slug].js
@@ -11,8 +11,8 @@ export default function Page(props) {
>
diff --git a/test/e2e/getserversideprops/app/pages/not-found/index.js b/test/e2e/getserversideprops/app/pages/not-found/index.js
index ef680582e17a7..131342b70d1b4 100644
--- a/test/e2e/getserversideprops/app/pages/not-found/index.js
+++ b/test/e2e/getserversideprops/app/pages/not-found/index.js
@@ -11,8 +11,8 @@ export default function Page(props) {
>
diff --git a/test/e2e/getserversideprops/app/pages/slow/index.js b/test/e2e/getserversideprops/app/pages/slow/index.js
index 2e48d1ded6f41..5520d0d75ba35 100644
--- a/test/e2e/getserversideprops/app/pages/slow/index.js
+++ b/test/e2e/getserversideprops/app/pages/slow/index.js
@@ -15,12 +15,12 @@ export default ({ count }) => (
<>
-
- to something
+
+ to something
>
)
diff --git a/test/e2e/getserversideprops/app/pages/something.js b/test/e2e/getserversideprops/app/pages/something.js
index 4866de3770cfb..ed4efdabe76d7 100644
--- a/test/e2e/getserversideprops/app/pages/something.js
+++ b/test/e2e/getserversideprops/app/pages/something.js
@@ -38,12 +38,12 @@ export default ({
-
- to another
+
+ to another
>
)
diff --git a/test/e2e/getserversideprops/app/pages/user/[user]/profile.js b/test/e2e/getserversideprops/app/pages/user/[user]/profile.js
index 32d081cecedcd..99d0ba4ffe141 100644
--- a/test/e2e/getserversideprops/app/pages/user/[user]/profile.js
+++ b/test/e2e/getserversideprops/app/pages/user/[user]/profile.js
@@ -15,8 +15,8 @@ export default ({ user, time }) => {
<>
This should not run the middleware
{JSON.stringify(props)}
- - to /another-middleware + + to /another-middlewareroot page
{JSON.stringify(props)}
- - to /another-middleware + + to /another-middlewareHome Page
- - Redirect me to a new version of a page + + Redirect me to a new version of a page - - Redirect me to an external site + + Redirect me to an external site - - Redirect me with URL params intact - + Redirect me with URL params intact - Redirect me to Google (with no body response) + Redirect me to Google (with no body response) - Redirect me to Google (with no stream response) + Redirect me to Google (with no stream response) - - Redirect me alot (chained requests) - + Redirect me alot (chained requests) - - Redirect me alot (infinite loop) - + Redirect me alot (infinite loop) - - Redirect me to api with locale + + Redirect me to api with locale - - - Redirect me to a redirecting page of new version of page - + + Redirect me to a redirecting page of new version of pageHello {message}
- - Stream a response - + Stream a response - - Stream a long response - - - Test streaming after response ends - + Stream a long response + Test streaming after response ends - Attempt to add a header after stream ends + Attempt to add a header after stream ends - Redirect to Google and attempt to stream after + Redirect to Google and attempt to stream after - - Respond with a header - + Respond with a header - Respond with 2 headers (nested middleware effect) + Respond with 2 headers (nested middleware effect) - - Respond with body, end, set a header - + Respond with body, end, set a header - Respond with body, end, send another body + Respond with body, end, send another body - - Respond with body - + Respond with body - - Redirect and then send a body - + Redirect and then send a body - - Send React component as a body - + Send React component as a body - - Stream React component - + Stream React component - - 404 - + 404{JSON.stringify(props)}
- - to /fallback-true-blog/first?hello=world + + to /fallback-true-blog/first?hello=worldHome Page
- - A/B test homepage - + A/B test homepage - - Rewrite me to about + + Rewrite me to about - - - Rewrite me to beforeFiles Rewrite - + + Rewrite me to beforeFiles Rewrite - - - Rewrite me to afterFiles Rewrite - + + Rewrite me to afterFiles Rewrite - - Rewrite me to Vercel - + Rewrite me to Vercel - Redirect me to Vercel (but with double reroutes) + Redirect me to Vercel (but with double reroutes) - - Rewrite me without a hard navigation + + Rewrite me without a hard navigation - - Rewrite me to external site + + Rewrite me to external site - - Rewrite me to internal path + + Rewrite me to internal path - - normal SSG link + + normal SSG link - - Throw on data + + Throw on datahello {world}
time: {time} - - to home + + to homePost: {post}
Comment: {comment}
time: {time} - - to home + + to home > ) diff --git a/test/e2e/prerender/pages/blog/[post]/index.js b/test/e2e/prerender/pages/blog/[post]/index.js index 6f0e3c0ea101e..8545607875061 100644 --- a/test/e2e/prerender/pages/blog/[post]/index.js +++ b/test/e2e/prerender/pages/blog/[post]/index.js @@ -53,8 +53,8 @@ export default ({ post, time, params }) => { time: {time}Posts: {JSON.stringify(slugs)}
time: {time} - - to home + + to home > ) diff --git a/test/e2e/prerender/pages/catchall-explicit/[...slug].js b/test/e2e/prerender/pages/catchall-explicit/[...slug].js index 103b5650af58b..6a8448d975692 100644 --- a/test/e2e/prerender/pages/catchall-explicit/[...slug].js +++ b/test/e2e/prerender/pages/catchall-explicit/[...slug].js @@ -35,8 +35,8 @@ export default function Page({ slug, time }) { <>Hi {slug.join(' ')}
time: {time}
- - to home + + to home > ) diff --git a/test/e2e/prerender/pages/catchall-optional/[[...slug]].js b/test/e2e/prerender/pages/catchall-optional/[[...slug]].js index 2e613944725c9..a3342e4684a3c 100644 --- a/test/e2e/prerender/pages/catchall-optional/[[...slug]].js +++ b/test/e2e/prerender/pages/catchall-optional/[[...slug]].js @@ -21,8 +21,8 @@ export default ({ slug }) => { return ( <>Catch all: [{slug.join(', ')}]
- - to home + + to home > ) diff --git a/test/e2e/prerender/pages/default-revalidate.js b/test/e2e/prerender/pages/default-revalidate.js index 68570ca0ba723..a044bc159750d 100644 --- a/test/e2e/prerender/pages/default-revalidate.js +++ b/test/e2e/prerender/pages/default-revalidate.js @@ -13,12 +13,12 @@ export default ({ world, time }) => ( <>hello {world}
time: {time} - - to home + + to homeHi {slug}!
{' '} - - to home + + to home > ) diff --git a/test/e2e/prerender/pages/fallback-only/[slug].js b/test/e2e/prerender/pages/fallback-only/[slug].js index dbb44ed06ce69..57172c74ae22b 100644 --- a/test/e2e/prerender/pages/fallback-only/[slug].js +++ b/test/e2e/prerender/pages/fallback-only/[slug].js @@ -35,8 +35,8 @@ export default ({ post, time, params }) => { time: {time}hello {world}
time: {time} - - to non-json + + to non-jsonlots of data returned
- - to home + + to homeUser: {user}
time: {time} - - to home + + to home > ) diff --git a/test/e2e/reload-scroll-backforward-restoration/pages/[id].js b/test/e2e/reload-scroll-backforward-restoration/pages/[id].js index 3076a7fce7935..938a4a43f669e 100644 --- a/test/e2e/reload-scroll-backforward-restoration/pages/[id].js +++ b/test/e2e/reload-scroll-backforward-restoration/pages/[id].js @@ -21,17 +21,16 @@ const Page = ({ id }) => { }} />{ready ? 'routeChangeComplete' : 'loading'}
- - - next page - + + next pageanother page
- - to index + + to indexblog page
- - to index + + to indexindex page
- - to another + + to anotherhello nextjs
- - home - + homehello world
isAmp: {isAmp ? 'yes' : 'false'}
- - link to module + + link to module > ) @@ -51,8 +51,8 @@ describe('Type module interop', () => { export default function Modules() { return ( <> - - link to home + + link to homeNo AMP for me...
- - To AMP page! + + To AMP page!- - go home + + go home