Skip to content

Commit

Permalink
fix: invalid css import (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
blurfx authored Nov 26, 2023
1 parent 5b2d951 commit f17dd1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/routes/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@
});
</script>

<link rel="stylesheet" href="../../app.css" />

<svelte:head>
<title>{payload.title} by {payload.name} - ohmy.codes</title>
<meta name="description" content="ohmy.codes" />
Expand Down

0 comments on commit f17dd1a

Please sign in to comment.