mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Stability fixes
This commit is contained in:
parent
69eddc148a
commit
3534a19dd4
10 changed files with 2405 additions and 2497 deletions
|
|
@ -6,7 +6,6 @@ import Header from 'components/Header.astro'
|
|||
import Footer from 'components/Footer.astro'
|
||||
|
||||
import 'styles/global.css'
|
||||
import 'styles/tailwind.css'
|
||||
---
|
||||
|
||||
<html lang={languageTag()} dir={Astro.locals.paraglide.dir} class='h-full'>
|
||||
|
|
@ -15,6 +14,13 @@ import 'styles/tailwind.css'
|
|||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='Sitting on Clouds' />
|
||||
|
||||
<link rel='preconnect' href='https://fonts.googleapis.com' />
|
||||
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin />
|
||||
<link
|
||||
href='https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'
|
||||
rel='stylesheet'
|
||||
/>
|
||||
|
||||
<meta name='theme-color' content='#ffffff' />
|
||||
<meta property='og:url' content='/' />
|
||||
<meta property='og:title' content='Sitting on Clouds — High Quality soundtrack library' />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue