Skip to content

Commit 723e251

Browse files
committed
Remove code requiring SSR
1 parent edee3ad commit 723e251

File tree

7 files changed

+0
-361
lines changed

7 files changed

+0
-361
lines changed

src/lib/form.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/lib/header/Header.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<ul>
1818
<li class:active={$page.path === '/'}><a sveltekit:prefetch href="/">Home</a></li>
1919
<li class:active={$page.path === '/about'}><a sveltekit:prefetch href="/about">About</a></li>
20-
<li class:active={$page.path === '/todos'}><a sveltekit:prefetch href="/todos">Todos</a></li>
2120
</ul>
2221
<svg viewBox="0 0 2 3" aria-hidden="true">
2322
<path d="M0,0 L0,3 C0.5,3 0.5,3 1,2 L2,0 Z" />

src/routes/about.svelte

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening
3535
the devtools network panel and reloading.
3636
</p>
37-
38-
<p>
39-
The <a href="/todos">TODOs</a> page illustrates SvelteKit's data loading and form handling. Try using
40-
it with JavaScript disabled!
41-
</p>
4237
</div>
4338

4439
<style>

src/routes/todos/[uid].json.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/routes/todos/_api.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/routes/todos/index.json.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/routes/todos/index.svelte

Lines changed: 0 additions & 219 deletions
This file was deleted.

0 commit comments

Comments
 (0)