Skip to content

Commit

Permalink
fix: paths to static assets in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
molant committed Jul 20, 2021
1 parent f7d7de6 commit 8b90ac3
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
favicon: 'assets/img/favicon.ico',
organizationName: 'electron',
projectName: 'electron',
themeConfig: {
Expand All @@ -24,7 +24,7 @@ module.exports = {
title: 'Electron',
logo: {
alt: 'Electron homepage',
src: 'img/logo.svg',
src: 'assets/img/logo.svg',
},
items: [
{
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 8b90ac3

Please sign in to comment.