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
|
||||
rel='manifest'
|
||||
href={asset('manifest.json')}
|
||||
crossorigin='user-credentials'
|
||||
crossorigin='use-credentials'
|
||||
/>
|
||||
<link
|
||||
rel='shortcut icon'
|
||||
|
|
|
|||
Loading…
Reference in a new issue