fix
This commit is contained in:
parent
2da1c24bbb
commit
3bc691e15c
|
|
@ -17,7 +17,7 @@ export const prodIndex = (
|
||||||
<link rel="stylesheet" href="/index.css">
|
<link rel="stylesheet" href="/index.css">
|
||||||
<link
|
<link
|
||||||
as="style"
|
as="style"
|
||||||
rel="stylesheet preload prefetch"
|
rel="stylesheet"
|
||||||
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&display=swap"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
crossorigin="anonymous" />
|
crossorigin="anonymous" />
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -10,14 +10,14 @@
|
||||||
<link rel="stylesheet" href="/index.css" />
|
<link rel="stylesheet" href="/index.css" />
|
||||||
<link
|
<link
|
||||||
as="style"
|
as="style"
|
||||||
rel="stylesheet preload prefetch"
|
rel="stylesheet"
|
||||||
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&display=swap"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
as="style"
|
as="style"
|
||||||
rel="stylesheet preload prefetch"
|
rel="stylesheet"
|
||||||
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono"
|
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue