Skip to content

Commit

Permalink
fix github logo thing
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisc64 committed Mar 8, 2024
1 parent 5639710 commit e27a35f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elden-ring-poise-optimizer/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const App = () => {
<a href={DATA_SOURCE_LINK}>{DATA_SOURCE_DESCRIPTION}</a>.
</p>
<a id="githubLink" href={GITHUB_LINK}>
<img alt="GitHub logo" src="/github-logo.png"></img>
<img alt="GitHub logo" src="./github-logo.png"></img>
</a>
<ArmorSelectionAggregator
armorData={armorData}
Expand Down
2 changes: 1 addition & 1 deletion elden-ring-poise-optimizer/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/Elden-Ring-Poise-Optimizer/',
base: './',
});

0 comments on commit e27a35f

Please sign in to comment.