Skip to content

Commit

Permalink
리팩토링: footer 수정 favicon 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
D0Dam committed Oct 27, 2023
1 parent 48a6c51 commit 89a7d08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const config = {
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: '../static/img/logos/favicon.ico',
favicon: '/img/logos/favicon.ico',
organizationName: 'https://github.com/d0dam', // Usually your GitHub org/user name.
projectName: 'blog', // Usually your repo name.
projectName: 'd0dam-log', // Usually your repo name.
i18n,
presets: [
[
Expand Down
4 changes: 2 additions & 2 deletions config/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const footer = {
links: [
{
html: `
Powered by <a href="https://docusaurus.io/" target="_blank" rel="noreferrer noopener">Docusaurus 2</a>, Hosted by <a href="https://vercel.com/" target="_blank" rel="noreferrer noopener">Vercel</a>
Powered by <a href="https://docusaurus.io/" target="_blank" rel="noreferrer noopener">Docusaurus 2</a>, Hosted by <a href="https://github.com/" target="_blank" rel="noreferrer noopener">github pages</a>
<br />
Copyright © ${new Date().getFullYear()} <a href="https://github.com/d0dam" target="_blank" rel="noreferrer noopener">minjaeKim</a>. All rights reserved.
Copyright © 2022 <a href="https://github.com/d0dam" target="_blank" rel="noreferrer noopener">minjaeKim</a>. All rights reserved.
`,
},
],
Expand Down

0 comments on commit 89a7d08

Please sign in to comment.