fix(routes): type in _app head meta

This commit is contained in:
Julien Oculi 2024-12-10 22:07:21 +01:00
parent 931b0cd9fe
commit 28fad2dbba

View file

@ -33,7 +33,7 @@ export default function App(
<link <link
rel='manifest' rel='manifest'
href={asset('manifest.json')} href={asset('manifest.json')}
crossorigin='user-credentials' crossorigin='use-credentials'
/> />
<link <link
rel='shortcut icon' rel='shortcut icon'