Improve assets

This commit is contained in:
Akira Tempaku 2025-05-24 12:01:37 +09:00
parent f69067f7ae
commit 8edf81608f
Signed by: paku
GPG key ID: 5B4E8402BCC50607
21 changed files with 17 additions and 18 deletions

View file

@ -1,7 +1,7 @@
TW_VERSION=4.1.3
TW_BIN=./bin/tailwindcss
STYLE_SRC=./static/style/global.css
STYLE_DIST=./static/style/dist.css
STYLE_SRC=./assets/style/global.css
STYLE_DIST=./assets/style/dist.css
UNAME_S := $(shell uname -s)