feat: trying to add hashes to scripts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { MainLayout } from "@components/layouts/main.tsx";
|
||||
import { Card } from "@components/Card.tsx";
|
||||
import { PageProps } from "$fresh/server.ts";
|
||||
import { PageProps } from "fresh";
|
||||
import { resources } from "@lib/resources.ts";
|
||||
import { RedirectSearchHandler } from "@islands/Search.tsx";
|
||||
import { KMenu } from "@islands/KMenu.tsx";
|
||||
@@ -16,7 +16,6 @@ export default function Home(props: PageProps) {
|
||||
{Object.values(resources).filter((v) => v.link !== "/").map((m) => {
|
||||
return (
|
||||
<Card
|
||||
splotch
|
||||
key={m.link}
|
||||
title={`${m.name}`}
|
||||
backgroundSize={80}
|
||||
|
||||
Reference in New Issue
Block a user