aaaaaaaaaaa

This commit is contained in:
nelle 2024-08-17 15:55:09 -06:00
parent 3b5d6be118
commit 7af30e407c

View file

@ -1,11 +1,6 @@
---
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
interface Props {
title: string;
description: string;
}
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
const page = Astro.url.pathname;
---