mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
fix link to css
This commit is contained in:
parent
83a7d8f95d
commit
d1bdcc5d4a
1 changed files with 1 additions and 1 deletions
2
dist/index.html
vendored
2
dist/index.html
vendored
|
|
@ -6,7 +6,7 @@
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito:200,400,500,600,700,800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,400,500,600,700,800&display=swap" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Fira+Code&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Fira+Code&display=swap" rel="stylesheet">
|
||||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||||
<link rel="stylesheet" href="/build/tailwind.css">
|
<link rel="stylesheet" href="/tailwind.css">
|
||||||
<title>stancl/tenancy — Automatic multi-tenancy for your Laravel app. No code changes needed.</title>
|
<title>stancl/tenancy — Automatic multi-tenancy for your Laravel app. No code changes needed.</title>
|
||||||
<meta name="description"
|
<meta name="description"
|
||||||
content="A Laravel multi-database tenancy package that respects your code. You won't have to change a thing in your application's code.">
|
content="A Laravel multi-database tenancy package that respects your code. You won't have to change a thing in your application's code.">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue