Skip to content

Commit

Permalink
Assets path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mszula committed Jun 21, 2024
1 parent ea2a66b commit 551b443
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions public/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"name": "",
"short_name": "",
"icons": [
{
"src": "/visual-sorting/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/visual-sorting/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
basic: {
title: 'Visual Sorting aka The Sound Of Sorting',
type: 'website',
image: '/demo.png',
image: '/visual-sorting/demo.png',
description:
'🔮 🔈 Visual Sorting (aka The Sound Of Sorting) is a tool that provides a visualization of sorting algorithms, accompanied by an auditory experience.',
url: 'https://mszula.github.io/visual-sorting/',
Expand Down

0 comments on commit 551b443

Please sign in to comment.