From 38006355db2c16267dea986640d0f3a877e4ac5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 17 Oct 2021 22:18:03 +0200 Subject: [PATCH] Add Metas on Location page --- src/routes/[country]/[location]/index.svelte | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/routes/[country]/[location]/index.svelte b/src/routes/[country]/[location]/index.svelte index 94bf094..5dd8ddd 100644 --- a/src/routes/[country]/[location]/index.svelte +++ b/src/routes/[country]/[location]/index.svelte @@ -5,6 +5,7 @@ import relativeTime from 'dayjs/plugin/relativeTime.js' import { getAssetUrlKey } from '$utils/helpers' // Components + import Metas from '$components/Metas.svelte' import Button from '$components/atoms/Button.svelte' import IconEarth from '$components/atoms/IconEarth.svelte' import Image from '$components/atoms/Image.svelte' @@ -85,6 +86,13 @@ } + + +