fix: tailwind setup for real now

This commit is contained in:
Felix Roos 2025-01-26 14:58:23 +01:00
parent aa1efcc7ea
commit f4b8753171
No known key found for this signature in database
4 changed files with 183 additions and 13 deletions

View file

@ -1,8 +1,8 @@
---
// @ts-ignore
import { pwaInfo } from 'virtual:pwa-info';
import '../styles/index.css';
const { BASE_URL } = import.meta.env;
const baseNoTrailing = BASE_URL.endsWith('/') ? BASE_URL.slice(0, -1) : BASE_URL;
---