Fix some minimal details

This commit is contained in:
prototypa
2023-01-06 17:23:30 -05:00
parent 2a08da15d7
commit e1b4c9c7a7
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
---
import { SITE } from '~/config.mjs';
import { getCanonical, getHomePermalink } from '~/utils/permalinks';
import Layout from '~/layouts/PageLayout.astro';
import Hero from '~/components/widgets/Hero.astro';