add: new filtering layout

Correct icon for sorting ascending/descending
This commit is contained in:
Fiona Lena Urban 2025-05-15 07:36:28 +02:00
parent 3fd26b4e66
commit 50ef15c1a6
4 changed files with 30 additions and 5 deletions

View file

@ -61,6 +61,20 @@ export default defineNuxtConfig({
'./app/assets/styles/dialog.css',
],
icon: {
customCollections: [
{
prefix: 'pp',
dir: './app/assets/icons'
}
],
provider: 'iconify',
serverBundle: 'local',
clientBundle: {
scan: true,
},
},
site: {
url: 'https://pro-papier.de',
name: 'ProPapier',