Skip to content

Commit

Permalink
support serving fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfect5th committed Jan 22, 2024
1 parent 2edc7b6 commit 724b121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ wait

mkdir -p ./_site/css
mkdir -p ./_site/js
mkdir -p ./_site/fonts
cp ./css/base.css ./_site/css/base.css
cp ./js/main.js ./_site/js/main.js
cp ./favicon.ico ./_site/favicon.ico
cp ./fonts/* ./_site/fonts/

0 comments on commit 724b121

Please sign in to comment.