Add flake.nix, non-legacy builds, composer update, fix redirects

This commit is contained in:
Samuel Štancl 2025-09-28 22:55:47 +02:00
parent a675535e98
commit ab2fe374b9
16 changed files with 1108 additions and 504 deletions

View file

@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=getting-started">
<meta http-equiv="refresh" content="0; url={{ $page->baseUrl }}/docs/v1/getting-started">
<title>stancl/tenancy</title>
</head>
</html>
</html>

View file

@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=getting-started">
<meta http-equiv="refresh" content="0; url={{ $page->baseUrl }}/docs/v2/getting-started">
<title>stancl/tenancy</title>
</head>
</html>
</html>