feat: trying to add hashes to scripts
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// deno-lint-ignore-file react-no-danger
|
||||
import { PageProps } from "$fresh/server.ts";
|
||||
import { Partial } from "$fresh/runtime.ts";
|
||||
import { PageProps } from "fresh";
|
||||
import { Partial } from "fresh/runtime";
|
||||
|
||||
export default function App({ Component }: PageProps) {
|
||||
const globalCss = Deno.readTextFileSync("./static/global.css");
|
||||
|
||||
Reference in New Issue
Block a user