Added spotify and moved away from hardcoded urls
Some checks failed
Build App / build (push) Has been cancelled

This commit is contained in:
2026-03-01 18:30:31 +01:00
parent d29a2a565d
commit 6f66342dea
15 changed files with 516 additions and 27 deletions

View File

@@ -4,4 +4,5 @@ import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), tailwindcss()],
envDir: '../',
})