Skip to content

Commit 3eaa4b9

Browse files
authored
day 22 (#1058)
1 parent 471942d commit 3eaa4b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@ It comes with caveats — you can't use server-rendering (or any server logic),
179179

180180
## Day 22
181181

182-
Coming soon!
182+
Following the introduction of the `bundleStrategy` option on day 19, and hash-based routing yesterday, we now have the ability to generate fully self-contained apps with the `bundleStrategy: 'inline'` option. Together with Vite's `assetsInlineLimit` option, it's possible to put an entire SvelteKit app — code, styles, fonts, images, audio and everything else — inside a single .html file that you can share with people on a floppy disk.
183+
184+
- [docs](/docs/kit/configuration#output)
185+
- [example downloadable Snake game](https://svelte-snek.vercel.app/)
183186

184187
## Day 23
185188

0 commit comments

Comments
 (0)