This commit is contained in:
Wyatt J. Miller 2025-03-23 12:19:33 -04:00
parent 15a203acf2
commit 6f5b9d4106
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export default function Error404() {
The page you were looking for doesn't exist! The page you were looking for doesn't exist!
</p> </p>
<a <a
href="/" href={`${Deno.env.get("BASE_URI_WEB")}/`}
class="text-[#cdd6f4] transition-all duration-300 ease-in-out hover:text-[#cba6f7] hover:drop-shadow-[0_0_20px_rgba(96,165,250,0.7)] hover:scale-110 cursor-pointer" class="text-[#cdd6f4] transition-all duration-300 ease-in-out hover:text-[#cba6f7] hover:drop-shadow-[0_0_20px_rgba(96,165,250,0.7)] hover:scale-110 cursor-pointer"
> >
Go back home Go back home

View File

@ -27,7 +27,6 @@ export const handler: Handlers<PageData> = {
export default function PostIdentifier({ data }: PageProps<PageData>) { export default function PostIdentifier({ data }: PageProps<PageData>) {
const { postData } = data; const { postData } = data;
console.log(postData);
return ( return (
<div> <div>