1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-21 15:44:31 +00:00

Fix icon size on prerender

This commit is contained in:
Steffo 2023-01-16 17:33:50 +01:00
parent 687c3d7513
commit 584aaf5c0a
Signed by: steffo
GPG key ID: 2A24051445686895
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
@import 'node_modules/@fortawesome/fontawesome-svg-core/styles.css';
body {
background-image: url("/space_default.jpg");
background-attachment: fixed;

View file

@ -14,6 +14,8 @@ import {default as imgSRound} from "../public/s-round.png"
import type {AppProps} from "next/app"
import { config } from '@fortawesome/fontawesome-svg-core'
config.autoAddCss = false
const App = ({Component, pageProps}: AppProps) => {
return <>