cleanup
This commit is contained in:
parent
15a203acf2
commit
6f5b9d4106
@ -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
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user