Fix favicon reference

This commit is contained in:
bd_ 2022-11-08 18:07:51 -08:00
parent 3784c2d9ea
commit ecf62d7c8e

View File

@ -12,7 +12,7 @@ const config = {
baseUrl: '/', baseUrl: '/',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn', onBrokenMarkdownLinks: 'warn',
favicon: 'img/logo/ma_logo.png', favicon: 'img/favicon.ico.png',
// GitHub pages deployment config. // GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these. // If you aren't using GitHub pages, you don't need these.