fix(routes): type in _app head meta
This commit is contained in:
parent
931b0cd9fe
commit
28fad2dbba
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue