diff --git a/src/routes/[country]/[location]/index.svelte b/src/routes/[country]/[location]/index.svelte index 1956741..bf32d2b 100644 --- a/src/routes/[country]/[location]/index.svelte +++ b/src/routes/[country]/[location]/index.svelte @@ -27,8 +27,6 @@ export let totalPhotos: number export let product: any - console.log(product) - dayjs.extend(relativeTime) const { params } = $page diff --git a/src/routes/[country]/[location]/index.ts b/src/routes/[country]/[location]/index.ts index 22ad7b6..f2ce855 100644 --- a/src/routes/[country]/[location]/index.ts +++ b/src/routes/[country]/[location]/index.ts @@ -76,8 +76,11 @@ export async function GET ({ params }: RequestEvent): Promise
@@ -87,10 +88,11 @@