Skip to content

Commit

Permalink
For testing purpose, append params to existing link for test instead …
Browse files Browse the repository at this point in the history
…of create another one
  • Loading branch information
CODY Mai authored and bboyz269 committed May 27, 2022
1 parent ba2fc01 commit 1fb0e21
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions apps/dev/components/header.js
Expand Up @@ -104,15 +104,10 @@ export default function Header() {
</Link>
</li>
<li className={styles.navItem}>
<Link href="/middleware-protected">
<Link href="/middleware-protected?with-params">
<a>Middleware protected</a>
</Link>
</li>
<li className={styles.navItem}>
<Link href="/middleware-protected?params=next">
<a>Middleware protected with params</a>
</Link>
</li>
</ul>
</nav>
</header>
Expand Down

0 comments on commit 1fb0e21

Please sign in to comment.