mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-02 13:35:02 +08:00
build: fix fontawesome font path in development mode (@fehmer) (#7233)
This commit is contained in:
parent
e0b5c465cd
commit
766056180f
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ function getCssOptions({
|
|||
preprocessorOptions: {
|
||||
scss: {
|
||||
additionalData(source, fp) {
|
||||
if (fp.endsWith("index.scss")) {
|
||||
if (isDevelopment || fp.endsWith("index.scss")) {
|
||||
/** Enable for font awesome v6 */
|
||||
/*
|
||||
const fontawesomeClasses = getFontawesomeConfig();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue