Skip to content

Commit

Permalink
fix: build error cause of google fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
derveydylan committed Feb 21, 2025
1 parent d2b2190 commit 8a9cf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install

- name: Build Angular project
run: npx ng build --base-href "/"
run: npx ng build --base-href "/" --no-extract-css

- name: Add CNAME file
run: |
Expand Down

0 comments on commit 8a9cf54

Please sign in to comment.