File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
import ' @sveltejs/site-kit/styles/index.css' ;
9
9
import ' ../app.css' ;
10
10
11
+ import { PUBLIC_SVELTE_SITE_URL , PUBLIC_KIT_SITE_URL } from ' $env/static/public' ;
12
+
11
13
export let data;
12
14
</script >
13
15
28
30
</svelte:fragment >
29
31
30
32
<svelte:fragment slot =" external-links" >
31
- <a href =" https://svelte.dev " >Svelte</a >
33
+ <a href ={ PUBLIC_SVELTE_SITE_URL } >Svelte</a >
32
34
33
- <a href =" https://kit.svelte.dev " >SvelteKit</a >
35
+ <a href ={ PUBLIC_KIT_SITE_URL } >SvelteKit</a >
34
36
35
37
<Separator />
36
38
37
- <a href =" https://svelte.dev /chat" title =" Discord Chat" >
39
+ <a href =" { PUBLIC_SVELTE_SITE_URL } /chat" title =" Discord Chat" >
38
40
<span class =" small" >Discord</span >
39
41
<span class =" large" ><Icon name =" discord" /></span >
40
42
</a >
You can’t perform that action at this time.
0 commit comments