route fix for favicon + background

ref #27
This commit is contained in:
Philipp Dormann 2021-03-31 18:55:00 +02:00
parent 2e7a718daa
commit 106bf4c0ff
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<template>
<div class="bg-cover bg-fixed m-0 h-screen" style="background-image: url('/background.jpg');">
<div class="bg-cover bg-fixed m-0 h-screen" style="background-image: url('./background.jpg');">
<section class="container px-4 py-24 mx-auto">
<div class="w-full mx-auto text-center">
<img src="/favicon.png" class="h-32 mx-auto" />
<img src="./favicon.png" class="h-32 mx-auto" />
<h1
class="mb-6 text-4xl font-extrabold leading-none tracking-normal text-white md:text-6xl md:tracking-tight"
>Lauf Für Kaya!</h1>