This commit is contained in:
2026-04-11 23:30:14 +02:00
parent 10ca8c3e8c
commit b73939d381
1574 changed files with 621 additions and 57974 deletions

View File

@@ -67,6 +67,7 @@ async function main() {
data: {
id: b.id,
name: b.name,
slug: b.name.toLowerCase().replace(/[^a-z0-9]/g, '-'),
category: b.category,
location: b.location,
description: b.description,