Skip to content

Commit

Permalink
chore(docs): add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk committed Feb 6, 2024
1 parent 79d0417 commit cc600ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ docs/artifact.tar: docs/build
docs/build: config.ini esbuild vendor $(MD_SOURCES) $(PHP_SOURCES)
${PHP_BIN} ./bin/resonance.php static-pages:build;
cp resources/images/ogimage.webp docs/build/ogimage.webp;
cp resources/images/favicon.ico docs/build/favicon.ico;

node_modules: yarn.lock
yarnpkg install --check-files --frozen-lockfile --non-interactive;
Expand Down
Binary file added resources/images/favicon.ico
Binary file not shown.

0 comments on commit cc600ef

Please sign in to comment.