Skip to content

Commit f25508e

Browse files
authored
docs: update the favicon for google compatibility (#4103)
1 parent b78e114 commit f25508e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = async function createConfigAsync() {
1111
baseUrl: '/',
1212
onBrokenLinks: 'throw',
1313
onBrokenAnchors: 'throw',
14-
favicon: 'img/favicon.svg',
14+
favicon: 'img/favicon.ico',
1515
organizationName: 'temporalio', // Usually your GitHub org/user name.
1616
projectName: 'temporal-documentation', // Usually your repo name.
1717
headTags: [

0 commit comments

Comments
 (0)