mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
path and single quotes
This commit is contained in:
parent
abfc3e09b9
commit
a75285d22a
12 changed files with 31 additions and 27 deletions
|
@ -4,7 +4,7 @@ import { config, library } from '@fortawesome/fontawesome-svg-core';
|
|||
|
||||
import type { AppProps } from 'next/app'
|
||||
|
||||
import '../src/styles/globals.scss'
|
||||
import '@/styles/globals.scss'
|
||||
import '@fortawesome/fontawesome-svg-core/styles.css'
|
||||
|
||||
library.add(fab, fas)
|
||||
|
|
|
@ -5,10 +5,10 @@ const Document = () => {
|
|||
<>
|
||||
<Html lang='en'>
|
||||
<Head>
|
||||
<link rel="preconnect" href="https://vitals.vercel-insights.com" />
|
||||
<link rel="preconnect" href="https://ws.audioscrobbler.com" />
|
||||
<meta property="og:url" content="https://albrt.hu" />
|
||||
<meta property="og:site_name" content="albrt.hu" />
|
||||
<link rel='preconnect' href='https://vitals.vercel-insights.com' />
|
||||
<link rel='preconnect' href='https://ws.audioscrobbler.com' />
|
||||
<meta property='og:url' content='https://albrt.hu' />
|
||||
<meta property='og:site_name' content='albrt.hu' />
|
||||
<meta name='title' content='albert' />
|
||||
<meta name='og:title' content='albert' />
|
||||
<meta name='description' content='system administrator' />
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
import { GetServerSideProps } from 'next'
|
||||
import Head from 'next/head'
|
||||
import Body from '../src/components/Body'
|
||||
import Footer from '../src/components/Footer'
|
||||
import Icon from '../src/components/Icon'
|
||||
import IconLayout from '../src/components/IconLayout'
|
||||
import MainLayout from '../src/components/MainLayout'
|
||||
import Spotify from '../src/components/Spotify'
|
||||
import Time from '../src/components/Time'
|
||||
import Weather from '../src/components/Weather'
|
||||
import Body from '@/components/Body'
|
||||
import Footer from '@/components/Footer'
|
||||
import Icon from '@/components/Icon'
|
||||
import IconLayout from '@/components/IconLayout'
|
||||
import MainLayout from '@/components/MainLayout'
|
||||
import Spotify from '@/components/Spotify'
|
||||
import Time from '@/components/Time'
|
||||
import Weather from '@/components/Weather'
|
||||
|
||||
const Home = ({data}: any) => {
|
||||
return(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue