Skip to content

Commit

Permalink
vite baseurl configurations fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetemrekilinc committed Oct 27, 2023
1 parent 816b42d commit 4745419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/getting-started/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Home = () => {
rowGap={5}
pt={2}
>
<img width={'200px'} src={'/logo.png'} alt={'logo'} />
<img width={'200px'} src={import.meta.env.BASE_URL + '/logo.png'} alt={'logo'} />
<Typography variant={'h3'}> comfort-react </Typography>
<Typography variant={'h6'}>
{' '}
Expand Down

0 comments on commit 4745419

Please sign in to comment.