Skip to content

Commit

Permalink
temp push
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Dec 19, 2023
1 parent adf343e commit 83e9014
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"short_name": "Topos",
"icons": [
{
"src": "src/assets/android-chrome-192x192.png",
"src": "favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "src/assets/android-chrome-512x512.png",
"src": "favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand All @@ -21,14 +21,14 @@
"description": "Topos is a web based live coding platform",
"screenshots": [
{
"src": "src/assets/screenshot_miniature.png",
"src": "favicon/screenshot_miniature.png",
"sizes": "640x320",
"type": "image/gif",
"form_factor": "wide",
"label": "Topos application"
},
{
"src": "src/assets/topos_code.png",
"src": "favicon/topos_code.png",
"sizes": "1280x768",
"type": "image/gif",
"label": "Topos code"
Expand Down
2 changes: 0 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
cssCodeSplit: true,
cssMinify: true,
minify: true,
publicDir: "favicon",
}
};
} else {
Expand All @@ -68,7 +67,6 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
cssCodeSplit: true,
cssMinify: true,
minify: true,
publicDir: "favicon",
},
};
}
Expand Down

0 comments on commit 83e9014

Please sign in to comment.