Fix build error on type import.

This commit is contained in:
Bradley Shellnut 2023-11-08 13:12:56 -08:00
parent 854241e5da
commit 285336624a

View file

@ -1,5 +1,5 @@
<script lang="ts"> <script lang="ts">
import { MetaTags, type MetaTagsProps } from 'svelte-meta-tags'; import { MetaTags } from 'svelte-meta-tags';
import NProgress from "nprogress"; import NProgress from "nprogress";
import 'iconify-icon'; import 'iconify-icon';
import { browser } from "$app/environment"; import { browser } from "$app/environment";
@ -28,7 +28,7 @@
} }
} }
$: metaTags: MetaTagsProps = { $: metaTags = {
titleTemplate: '%s | Bradley Shellnut', titleTemplate: '%s | Bradley Shellnut',
openGraph: { openGraph: {
type: 'website', type: 'website',