feat: ui polish, docs, api hardening, and common pages
This commit is contained in:
@@ -25,6 +25,29 @@
|
||||
<meta name="twitter:title" content="{{ $metaTitle }}">
|
||||
<meta name="twitter:description" content="{{ $metaDescription }}">
|
||||
<meta name="theme-color" content="#2053ff">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@@context": "https://schema.org",
|
||||
"@@graph": [
|
||||
{
|
||||
"@@type": "WebSite",
|
||||
"name": "Dewemoji",
|
||||
"url": "{{ rtrim(config('app.url', request()->getSchemeAndHttpHost()), '/') }}/",
|
||||
"potentialAction": {
|
||||
"@@type": "SearchAction",
|
||||
"target": "{{ rtrim(config('app.url', request()->getSchemeAndHttpHost()), '/') }}/?q={search_term_string}",
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@@type": "Organization",
|
||||
"name": "Dewemoji",
|
||||
"url": "{{ rtrim(config('app.url', request()->getSchemeAndHttpHost()), '/') }}/",
|
||||
"logo": "{{ rtrim(config('app.url', request()->getSchemeAndHttpHost()), '/') }}/assets/logo/logo-mark.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
Reference in New Issue
Block a user