Improve routing for public files

This commit is contained in:
Akira Tempaku 2024-02-24 18:18:24 +09:00
parent fd294a00af
commit e139f746bc
7 changed files with 16 additions and 10 deletions
src/components

View file

@ -10,7 +10,7 @@
(head
(title "skyizwhite.dev")
(script :type "module" :src "http://localhost:5173/@vite/client")
(script :type "module" :src "http://localhost:5173/src/js/main.js"))
(script :type "module" :src "http://localhost:5173/src/assets/main.js"))
(body :class "h-[100svh] w-screen"
(main :class "h-full"
pi:children)))))