update: Previewify endpoint (#150)

* Update documentation.blade.php

* fix: Dupe URL
This commit is contained in:
Lars Klopstra 2022-01-25 12:52:13 +01:00 committed by GitHub
parent 3c4bda178f
commit 5165926092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,8 @@
<meta property="twitter:title" content="{{ ($title ?? null) ? $title . ' | Tenancy for Laravel' : 'Tenancy for Laravel' }}"> <meta property="twitter:title" content="{{ ($title ?? null) ? $title . ' | Tenancy for Laravel' : 'Tenancy for Laravel' }}">
<meta name="twitter:image:alt" content="{{ $page->siteName }}"> <meta name="twitter:image:alt" content="{{ $page->siteName }}">
<meta name="twitter:image" content="https://previewify.app/i/760?url={{ $page->getUrl() }}"> <meta name="twitter:image" content="https://previewify.app/generate/templates/760/meta?url={{ $page->getUrl() }}">
<meta property="og:image" content="https://previewify.app/i/760?url={{ $page->getUrl() }}"> <meta property="og:image" content="https://previewify.app/generate/templates/760/meta?url={{ $page->getUrl() }}">
<meta name="previewify:overline" content="Tenancy for Laravel {{ $page->version() }}"> <meta name="previewify:overline" content="Tenancy for Laravel {{ $page->version() }}">
<meta name="previewify:title" content="{{ $page->title ?: 'Documentation | Tenancy for Laravel' }}"> <meta name="previewify:title" content="{{ $page->title ?: 'Documentation | Tenancy for Laravel' }}">