refactor: move SVGs and style.css to static/assets/ and update references
|
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 608 B |
|
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 608 B |
|
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 608 B |
|
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 608 B |
|
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 608 B |
|
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 685 B |
@@ -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"
|
||||
|
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 685 B |
|
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 685 B |
@@ -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 {
|
||||