Skip to content

Commit fe36911

Browse files
authored
[docs] fix chat link (#6976)
1 parent 5145987 commit fe36911

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

site/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@sindresorhus/slugify": "^0.9.1",
3131
"@sveltejs/adapter-node": "next",
3232
"@sveltejs/kit": "next",
33-
"@sveltejs/site-kit": "^1.4.0",
33+
"@sveltejs/site-kit": "^1.4.1",
3434
"@sveltejs/svelte-repl": "0.3.0",
3535
"degit": "^2.1.4",
3636
"dotenv": "^10.0.0",

site/src/routes/__error.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@
6868
<p>Please try reloading the page.</p>
6969
{/if}
7070

71-
<p>If the error persists, please drop by <a href="chat">Discord chatroom</a> and let us know, or raise an issue on <a href="https://github.com/sveltejs/svelte">GitHub</a>. Thanks!</p>
71+
<p>If the error persists, please drop by the <a rel="external" href="chat">Discord chatroom</a> and let us know, or raise an issue on <a href="https://github.com/sveltejs/svelte">GitHub</a>. Thanks!</p>
7272
{/if}
7373
{:else}
7474
<h1>It looks like you're offline</h1>
7575

7676
<p>Reload the page once you've found the internet.</p>
7777
{/if}
78-
</div>
78+
</div>

0 commit comments

Comments
 (0)