opengraph meta tags

This commit is contained in:
Samuel Štancl 2020-04-23 04:58:45 +02:00
parent 9126773b4d
commit 65010ff4ff

11
dist/index.html vendored
View file

@ -8,9 +8,18 @@
<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="/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 Automatic multi-tenancy for your Laravel app. No code changes needed.</title>
<meta name="description" <meta name="description"
content="A Laravel multi-tenancy package that respects your code. You won't have to change a thing in your application's code."> content="A Laravel multi-tenancy package that respects your code. You won't have to change a thing in your application's code.">
<meta property="og:type" content="object" />
<meta property="og:site_name" content="Tenancy for Laravel" />
<meta property="og:title"
content="stancl/tenancy — Automatic multi-tenancy for your Laravel app. No code changes needed." />
<meta property="og:description"
content="Automatically turn any Laravel application multi-tenant — no code changes needed. stancl/tenancy automatically switches database connections and all other things in the background, letting you leverage standard Laravel code into a full SaaS application." />
<meta property="og:image"
content="https://repository-images.githubusercontent.com/166299071/63970000-8511-11ea-8540-a5bc60231719" />
</head> </head>
<body class="antialiased font-sans w-full bg-indigo-100"> <body class="antialiased font-sans w-full bg-indigo-100">
<div class="fixed xl:flex hidden top-0 left-0 py-1 z-50 bg-indigo-700 w-full justify-between items-center px-40"> <div class="fixed xl:flex hidden top-0 left-0 py-1 z-50 bg-indigo-700 w-full justify-between items-center px-40">