-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
24 lines (24 loc) · 2.23 KB
/
Copy pathvercel.json
File metadata and controls
24 lines (24 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "bun run build",
"outputDirectory": ".vercel/output",
"installCommand": "bun install",
"framework": null,
"redirects": [
{ "source": "/blog/ukrainski-developer.html", "destination": "/blog/dlaczego-polskie-firmy-zatrudniaja-ukrainskich-programistow", "permanent": true },
{ "source": "/blog/prestashop-vs-woocommerce.html", "destination": "/blog/prestashop-czy-woocommerce-co-wybrac", "permanent": true },
{ "source": "/blog/prestashop-vs-woocommerce", "destination": "/blog/prestashop-czy-woocommerce-co-wybrac", "permanent": true },
{ "source": "/blog/prestashop-czy-woocommerce-co-wybrac-w-2026", "destination": "/blog/prestashop-czy-woocommerce-co-wybrac", "permanent": true },
{ "source": "/blog/ile-kosztuje-prestashop.html", "destination": "/blog/ile-kosztuje-sklep-prestashop", "permanent": true },
{ "source": "/blog/migracja-sklepu.html", "destination": "/blog/migracja-sklepu-bez-przestojow-jak-to-zrobic", "permanent": true },
{ "source": "/blog/bezpieczenstwo-wordpress.html", "destination": "/blog/bezpieczenstwo-wordpress-10-rzeczy-ktore-zrobisz-dzis", "permanent": true },
{ "source": "/blog/laravel-vs-wordpress.html", "destination": "/blog/laravel-vs-wordpress-co-wybrac-dla-firmy", "permanent": true },
{ "source": "/blog/laravel-vs-wordpress", "destination": "/blog/laravel-vs-wordpress-co-wybrac-dla-firmy", "permanent": true },
{ "source": "/blog/rest-api.html", "destination": "/blog/rest-api-co-to-jest-i-dlaczego-sklep-go-potrzebuje", "permanent": true },
{ "source": "/blog/rest-api-co-to-jest", "destination": "/blog/rest-api-co-to-jest-i-dlaczego-sklep-go-potrzebuje", "permanent": true },
{ "source": "/blog/crm-na-zamowienie.html", "destination": "/blog/crm-na-zamowienie-vs-gotowe-rozwiazanie", "permanent": true },
{ "source": "/blog/crm-na-zamowienie-vs-gotowy", "destination": "/blog/crm-na-zamowienie-vs-gotowe-rozwiazanie", "permanent": true },
{ "source": "/blog/jak-wybrac-freelancera.html", "destination": "/blog/jak-wybrac-programiste-freelancera", "permanent": true },
{ "source": "/blog/seo-trendy-2025.html", "destination": "/blog/top-10-seo-trendow", "permanent": true }
]
}