Mae's website :3 maemoon.me
personal website svelte sveltekit
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

svelte 5 migration

+7 -2
+1 -1
src/app.html
··· 7 7 <meta name="viewport" content="width=device-width, initial-scale=1" /> 8 8 <link rel="preconnect" href="https://fonts.googleapis.com"> 9 9 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 10 - <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet"> 10 + <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet"> 11 11 %sveltekit.head% 12 12 </head> 13 13
+6
src/routes/+layout.svelte
··· 20 20 <slot /> 21 21 </main> 22 22 {/key} 23 + 24 + <style> 25 + main { 26 + padding: 2em; 27 + } 28 + </style>
-1
src/routes/+page.svelte
··· 59 59 main { 60 60 margin: 0 auto; 61 61 max-width: 750px; 62 - padding: 2em; 63 62 } 64 63 65 64 li {