feat: add favicon

This commit is contained in:
Jacob Nguyen
2022-08-13 16:45:31 -05:00
parent 8845e3827d
commit e19b5e345e
2 changed files with 13 additions and 7 deletions

18
.idea/workspace.xml generated
View File

@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="53dd69d3-e01a-4656-b414-c727f5aa549a" name="Changes" comment="feat: delete needless assets/dir">
<change beforePath="$PROJECT_DIR$/.github/workflows/docusaurus.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.github/workflows/docusaurus.yml" afterDir="false" />
<list default="true" id="53dd69d3-e01a-4656-b414-c727f5aa549a" name="Changes" comment="feat: action changes and edit link">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/guide/walkthrough/plugins.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/guide/walkthrough/plugins.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/static/img/logo.svg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docusaurus.config.js" beforeDir="false" afterPath="$PROJECT_DIR$/docusaurus.config.js" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -115,7 +113,14 @@
<option name="project" value="LOCAL" />
<updated>1660425803740</updated>
</task>
<option name="localTasksCounter" value="5" />
<task id="LOCAL-00005" summary="feat: action changes and edit link">
<created>1660426493480</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1660426493480</updated>
</task>
<option name="localTasksCounter" value="6" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@@ -136,6 +141,7 @@
<MESSAGE value="feat: remove old index.html in static/" />
<MESSAGE value="feat: edit action" />
<MESSAGE value="feat: delete needless assets/dir" />
<option name="LAST_COMMIT_MESSAGE" value="feat: delete needless assets/dir" />
<MESSAGE value="feat: action changes and edit link" />
<option name="LAST_COMMIT_MESSAGE" value="feat: action changes and edit link" />
</component>
</project>

View File

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