forked from mrwyndham/fastpocket
bugfix - first install issue with loading fonts
This commit is contained in:
parent
a3b12d63b6
commit
5fb088ce29
|
@ -26,6 +26,7 @@ yarn-error.log*
|
|||
|
||||
# local env files
|
||||
.env*.local
|
||||
.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -9,7 +9,7 @@
|
|||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui/react-icons": "^2.0.228",
|
||||
"@fluentui/react-icons": "2.0.227",
|
||||
"@hookform/resolvers": "^3.2.0",
|
||||
"@netlify/functions": "^2.1.0",
|
||||
"@next/third-parties": "^14.1.0",
|
||||
|
|
Loading…
Reference in New Issue