💻 My personal website blog.kacaii.dev/
blog gleam lustre

:green_heart: fix the output path for tailwind

+1 -1
+1 -1
.tangled/workflows/deploy.yml
··· 19 19 steps: 20 20 - name: Build CSS 21 21 command: | 22 - tailwindcss -i input.css -o priv/dist/style/output.css 22 + tailwindcss -i input.css -o priv/dist/output.css 23 23 24 24 - name: Build HTML 25 25 command: |