diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 1c98054..8eba6d9 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -9,7 +9,7 @@ import { timeline, stagger } from 'motion' import { DELAY } from '$utils/constants' import { smoothScroll } from '$utils/stores' - // import { getAssetUrlKey } from '$utils/api' + import { getAssetUrlKey } from '$utils/api' import reveal from '$animations/reveal' import { quartOut } from '$animations/easings' // Components @@ -78,9 +78,8 @@ - diff --git a/src/routes/locations/+page.svelte b/src/routes/locations/+page.svelte index 2821b57..90e98f8 100644 --- a/src/routes/locations/+page.svelte +++ b/src/routes/locations/+page.svelte @@ -20,7 +20,6 @@ diff --git a/static/images/share_image.jpg b/static/images/share_image.jpg deleted file mode 100644 index fd43ba6..0000000 Binary files a/static/images/share_image.jpg and /dev/null differ