Skip to content

Commit

Permalink
Try public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
andreldm committed Sep 28, 2023
1 parent ecc990c commit 37a9b75
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/assets/icon.ico" sizes="48x48" >
<link rel="icon" href="/assets/icon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="/assets/icon.png"/>
<link rel="icon" href="/favicon.ico" sizes="48x48" >
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Number Trainer</title>
</head>
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
3 changes: 1 addition & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ export default defineConfig({
VitePWA({
registerType: 'autoUpdate',
injectRegister: 'auto',
includeAssets: ['./assets/icon.ico', './assets/icon.png', './assets/icon.svg'],
manifest: {
icons: [
{
src: "./assets/icon.svg",
src: "favicon.svg",
sizes: "any",
type: "image/svg+xml",
purpose: "any maskable",
Expand Down

0 comments on commit 37a9b75

Please sign in to comment.