refactor: move SVGs and style.css to static/assets/ and update references

This commit is contained in:
2026-05-10 20:28:01 +02:00
parent 790a384f58
commit 91aa0de67d
16 changed files with 12 additions and 12 deletions

View File

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 608 B

View File

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 608 B

View File

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 608 B

View File

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 608 B

View File

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 608 B

View File

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 685 B

View File

@@ -8,13 +8,13 @@
"theme_color": "#fb923c",
"icons": [
{
"src": "/static/app-icon.svg",
"src": "/static/assets/app-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/static/app-icon.svg",
"src": "/static/assets/app-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"

View File

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 685 B

View File

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 685 B

View File

@@ -2,7 +2,7 @@
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');
@import '@toolwind/anchors';
@source "..";
@source ".";
@source "../web/**/*.templ";
@theme {