Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Dec 10, 2024
1 parent 36840d9 commit a9e8150
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 112 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"imports": {
"fresh": "jsr:@fresh/core@^2.0.0-alpha.25",
"preact": "npm:preact@^10.24.1",
"preact": "npm:preact@^10.25.1",
"preact-render-to-string": "npm:preact-render-to-string@^6.5.11",
"$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts",
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0",
Expand Down
194 changes: 84 additions & 110 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default define.page(function App({ Component, state, url }) {
href={asset("/fonts/FixelVariable.woff2")}
as="font"
type="font/woff2"
crossorigin="true"
crossorigin="anonymous"
/>
<link rel="stylesheet" href={asset("/styles.css")} />
{url.pathname === "/"
Expand Down

0 comments on commit a9e8150

Please sign in to comment.