fix link to css

This commit is contained in:
Samuel Štancl 2019-10-10 21:03:18 +02:00
parent 83a7d8f95d
commit d1bdcc5d4a

2
dist/index.html vendored
View file

@ -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 &mdash; Automatic multi-tenancy for your Laravel app. No code changes needed.</title> <title>stancl/tenancy &mdash; 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.">