mirror of
https://github.com/VERT-sh/VERT.git
synced 2026-02-03 19:44:51 -06:00
The manifest.json was incorrectly specifying 'image/png' as the type for lettermark.jpg icon files. This commit fixes the MIME type to 'image/jpeg' to match the actual file format, ensuring proper PWA standards compliance and preventing potential browser compatibility issues. Also adds .idea/ to .gitignore to exclude JetBrains IDE configuration.
25 lines
204 B
Plaintext
25 lines
204 B
Plaintext
node_modules
|
|
|
|
# Output
|
|
.output
|
|
.vercel
|
|
/.svelte-kit
|
|
/build
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.test
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# IDE
|
|
.idea
|