mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
opengraph meta tags
This commit is contained in:
parent
9126773b4d
commit
65010ff4ff
1 changed files with 10 additions and 1 deletions
11
dist/index.html
vendored
11
dist/index.html
vendored
|
|
@ -8,9 +8,18 @@
|
|||
<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>
|
||||
<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"
|
||||
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>
|
||||
<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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue