Code optimizations

This commit is contained in:
2022-06-07 14:54:28 +02:00
parent 218676b9ca
commit 85aacf12e3
4 changed files with 16 additions and 15 deletions

View File

@@ -1,11 +1,11 @@
<script lang="ts">
export let title: string = ''
export let description: string = ''
export let image: string = ''
export let title: string
export let description: string = undefined
export let image: string = undefined
export let url: string = undefined
export let type: string = 'website'
export let card: string = 'summary_large_image'
export let creator: string = '@flayks'
export let creator: string = undefined
</script>
<svelte:head>