|
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? |
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 |
|
@lucacasonato Please close, covered by docs. |
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():