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:
parent
687c3d7513
commit
584aaf5c0a
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
@import 'node_modules/@fortawesome/fontawesome-svg-core/styles.css';
|
||||
|
||||
body {
|
||||
background-image: url("/space_default.jpg");
|
||||
background-attachment: fixed;
|
||||
|
|
|
@ -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 <>
|
||||
|
|
Loading…
Reference in a new issue