feat: build juozas auto site

This commit is contained in:
9a0ffedc5b31823b
2026-05-02 22:32:02 +00:00
parent c44b6fa229
commit 5c47bdecb6
48 changed files with 9005 additions and 1 deletions

7
src/site.ts Normal file
View File

@@ -0,0 +1,7 @@
export const site = {
name: 'Juozas Auto',
url: 'https://auto.juozas.lt',
description: 'Atrinkti naudoti automobiliai Lietuvoje. Be triukšmo, be paslėptų mokesčių.',
showSoldCars: false,
formAction: import.meta.env.PUBLIC_FORMSPREE_ENDPOINT ?? '',
};