-
Hi! I installed Fresh just now by running However, after looking through the files installed and through all the docs on https://fresh.deno.dev/docs/introduction and a quick look through most pages on https://preactjs.com/guide/v10/getting-started, I couldn't find out how to change the HTML skeleton generated. Sure, I could change most things on the index page by editing How would I do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I have the answer for you, I was looking for the same and I found some. You can do: and use then in
|
Beta Was this translation helpful? Give feedback.
-
@lucacasonato Please close, covered by docs. |
Beta Was this translation helpful? Give feedback.
I have the answer for you, I was looking for the same and I found some.
You can do:
import { Head } from "$fresh/runtime.ts";
and use then in
return()
: