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

@@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{/* page title injected from child template */}}
<title>MyAnimeList: {{template "title" .}}</title>
<link rel="manifest" href="/static/manifest.json">
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
<link rel="manifest" href="/static/assets/manifest.json">
<link rel="icon" type="image/svg+xml" href="/static/assets/favicon.svg">
<link rel="stylesheet" href="/dist/tailwind.css">
<style>
/* Prevent transition on load */