Skip to content

Commit

Permalink
fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjo committed Mar 6, 2023
1 parent 365ff77 commit 620ea56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'PyTorch Basics',
tagline: 'An introduction to PyTorch',
favicon: 'img/favicon.png',
favicon: 'img/pytorch-logo.svg',

// Set the production url of your site here
url: 'https://your-docusaurus-test-site.com',
Expand Down

0 comments on commit 620ea56

Please sign in to comment.