rsnext/test/integration/trailing-slashes/pages
Matsumoto Toshi c88872cea0
fix: issue #18338 - don't add a trailing slash to external links (#18595)
## Description

Fixes #18338 - Fixed an issue with `trailingSlash: true` adding a slash to the end of an external link.

After
```
<h1 class="Home_title__3DjR7">Welcome to <a href="https://nextjs.org">Without slash</a></h1>
<h1 class="Home_title__3DjR7">Welcome to <a href="https://nextjs.org">With slash?</a></h1>
```

Before
```
<h1 class="Home_title__3DjR7">Welcome to <a href="https://nextjs.org">Without slash</a></h1>
<h1 class="Home_title__3DjR7">Welcome to <a href="https://nextjs.org/">With slash?</a></h1>
```
2020-11-12 18:10:40 +00:00
..
catch-all Normalize trailing slashes (#13333) 2020-06-23 13:38:49 +02:00
user Normalize trailing slashes (#13333) 2020-06-23 13:38:49 +02:00
404.js Normalize trailing slashes (#13333) 2020-06-23 13:38:49 +02:00
about.js Normalize trailing slashes (#13333) 2020-06-23 13:38:49 +02:00
external-linker.js fix: issue #18338 - don't add a trailing slash to external links (#18595) 2020-11-12 18:10:40 +00:00
index.js Normalize trailing slashes (#13333) 2020-06-23 13:38:49 +02:00
linker.js Normalize trailing slashes (#13333) 2020-06-23 13:38:49 +02:00