mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🔥
This commit is contained in:
parent
f5bd3b6857
commit
29312048df
8 changed files with 37 additions and 40 deletions
|
@ -1,14 +1,5 @@
|
|||
import { fas } from '@fortawesome/free-solid-svg-icons';
|
||||
import { fab } from '@fortawesome/free-brands-svg-icons';
|
||||
import { config, library } from '@fortawesome/fontawesome-svg-core';
|
||||
|
||||
import type { AppProps } from 'next/app'
|
||||
|
||||
import 'styles/globals.scss'
|
||||
import '@fortawesome/fontawesome-svg-core/styles.css'
|
||||
|
||||
library.add(fab, fas)
|
||||
config.autoAddCss = false
|
||||
|
||||
const MyApp = ({ Component, pageProps }: AppProps) => {
|
||||
return <Component {...pageProps} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue