diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-08-29 23:52:11 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-08-29 23:52:11 +0200 |
| commit | 156fa16e138693f95465caddd0398a8ac5d66441 (patch) | |
| tree | 6aad00836119fe6bc52674831087651314ae99b7 /src/routes/index.svelte | |
| parent | a4c6e02bd78b416f2ba18880d0b7cb3ed017393b (diff) | |
Add title, reduce size of data sources
Diffstat (limited to 'src/routes/index.svelte')
| -rw-r--r-- | src/routes/index.svelte | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index edd7231..7e93373 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -3,4 +3,9 @@ import NewPrompt from '$lib/components/new_prompt.svelte'; </script> +<svelte:head> + <title>prompt @ unlimited.pizza</title> + <meta name="description" content="Writing prompts delivered to your DOOR" /> +</svelte:head> + <NewPrompt locale={$locale}/> |