chore: some updates
All checks were successful
Deploy to SFTP Server / build (push) Successful in 28m3s

This commit is contained in:
Max Richter
2026-01-04 20:00:18 +01:00
parent 7736032c1a
commit 31e425421c
7 changed files with 1029 additions and 1094 deletions

View File

@@ -1,11 +1,10 @@
// uno.config.ts
import { defineConfig, presetWind3 } from 'unocss'
import presetIcons from '@unocss/preset-icons'
export default defineConfig({
presets: [
presetWind3(),
presetIcons(),
presetIcons() as any,
],
shortcuts: {
"bg-dark": ['bg-neutral-000', "dark:bg-neutral-800"],