Skip to content

Commit

Permalink
add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Aug 15, 2024
1 parent 7470e5e commit 8f4b4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/blog/3/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<script lang="ts">
import Blog_Post from '@ryanatkn/fuz_blog/Blog_Post.svelte';
import 'prismjs';
import 'prismjs'; // TODO @many why is this import needed? `Code` already imports it. Fails in dev with SSR enabled without it. Is there a Vite config option that would be better? I tried the combinations of `ssr.external/noExternal/external` with `@ryanatkn/fuz_code` and `prismjs`.
import Code from '@ryanatkn/fuz_code/Code.svelte';
import Details from '@ryanatkn/fuz/Details.svelte';
Expand Down

0 comments on commit 8f4b4c2

Please sign in to comment.