diff --git a/config/seotools.php b/config/seotools.php index 39d6a28..ba6530e 100644 --- a/config/seotools.php +++ b/config/seotools.php @@ -3,12 +3,13 @@ /** * @see https://github.com/artesaos/seotools */ -$title = 'MEMEFAST'; -$description = 'Simple, fast, and free meme video editor -'; + + +$title = 'MEMEFAST: Make meme in seconds'; +$description = 'Simple & fast meme video editor'; return [ - 'inertia' => env('SEO_TOOLS_INERTIA', true), + 'inertia' => env('SEO_TOOLS_INERTIA', false), 'meta' => [ /* * The default configurations to be used by the meta generator. @@ -46,7 +47,9 @@ 'url' => false, // Set null for using Url::current(), set false to total remove 'type' => false, 'site_name' => false, - 'images' => [], + 'images' => [ + 'memefast-og.jpg', + ], ], ], 'twitter' => [ @@ -54,8 +57,13 @@ * The default values to be used by the twitter cards generator. */ 'defaults' => [ - // 'card' => 'summary', - // 'site' => '@LuizVinicius73', + 'card' => 'summary', + 'site' => '@memefast', + 'title' => $title, + 'description' => $description, + 'image' => 'memefast-og.jpg', + //'creator' => '@memefast', + //'url' => , // Set null for using Url::current(), set false to total remove ], ], 'json-ld' => [ @@ -65,9 +73,11 @@ 'defaults' => [ 'title' => $title, 'description' => $description, - 'url' => false, // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove + 'url' => null, // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove 'type' => 'WebPage', - 'images' => [], + 'images' => [ + 'memefast-og.jpg', + ], ], ], ]; diff --git a/public/logo/memefast-logo-1000.png b/public/logo/memefast-logo-1000.png new file mode 100644 index 0000000..a1775c2 Binary files /dev/null and b/public/logo/memefast-logo-1000.png differ diff --git a/public/logo/memefast-logo-128.png b/public/logo/memefast-logo-128.png new file mode 100644 index 0000000..df51215 Binary files /dev/null and b/public/logo/memefast-logo-128.png differ diff --git a/public/logo/memefast-logo-144.png b/public/logo/memefast-logo-144.png new file mode 100644 index 0000000..5e1e37e Binary files /dev/null and b/public/logo/memefast-logo-144.png differ diff --git a/public/logo/memefast-logo-152.png b/public/logo/memefast-logo-152.png new file mode 100644 index 0000000..6b21cb9 Binary files /dev/null and b/public/logo/memefast-logo-152.png differ diff --git a/public/logo/memefast-logo-180.png b/public/logo/memefast-logo-180.png new file mode 100644 index 0000000..2c9d546 Binary files /dev/null and b/public/logo/memefast-logo-180.png differ diff --git a/public/logo/memefast-logo-192.png b/public/logo/memefast-logo-192.png new file mode 100644 index 0000000..f686baa Binary files /dev/null and b/public/logo/memefast-logo-192.png differ diff --git a/public/logo/memefast-logo-384.png b/public/logo/memefast-logo-384.png new file mode 100644 index 0000000..0d7492f Binary files /dev/null and b/public/logo/memefast-logo-384.png differ diff --git a/public/logo/memefast-logo-512.png b/public/logo/memefast-logo-512.png new file mode 100644 index 0000000..8fb37de Binary files /dev/null and b/public/logo/memefast-logo-512.png differ diff --git a/public/logo/memefast-logo.svg b/public/logo/memefast-logo.svg new file mode 100644 index 0000000..54a2c92 --- /dev/null +++ b/public/logo/memefast-logo.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/public/memefast-og.jpg b/public/memefast-og.jpg new file mode 100644 index 0000000..05acde3 Binary files /dev/null and b/public/memefast-og.jpg differ diff --git a/public/memefast-og.webp b/public/memefast-og.webp new file mode 100644 index 0000000..8846acb Binary files /dev/null and b/public/memefast-og.webp differ diff --git a/public/site.webmanifest b/public/site.webmanifest index 2d37e87..7970a81 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -3,12 +3,12 @@ "short_name": "MF", "icons": [ { - "src": "/logo/memefast-logo-light-192.png", + "src": "/logo/memefast-logo-192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/logo/memefast-logo-light-512.png", + "src": "/logo/memefast-logo-512.png", "sizes": "512x512", "type": "image/png" } diff --git a/resources/js/app.tsx b/resources/js/app.tsx index 09ee4aa..3023aab 100644 --- a/resources/js/app.tsx +++ b/resources/js/app.tsx @@ -14,7 +14,6 @@ import { MittProvider } from './plugins/MittContext'; const appName = import.meta.env.VITE_APP_NAME || 'Laravel'; createInertiaApp({ - title: (title) => `${title} - ${appName}`, resolve: (name) => resolvePageComponent(`./pages/${name}.tsx`, import.meta.glob('./pages/**/*.tsx')), setup({ el, App, props }) { const root = createRoot(el); diff --git a/resources/js/modules/editor/partials/editor-header.jsx b/resources/js/modules/editor/partials/editor-header.jsx index 4627ba7..1595490 100644 --- a/resources/js/modules/editor/partials/editor-header.jsx +++ b/resources/js/modules/editor/partials/editor-header.jsx @@ -13,10 +13,12 @@ const EditorHeader = ({ className = '', onNavClick = () => {}, isNavActive = fal return (
-

+ MEMEFA.ST LOGO + +
MEME - FAST -

+ FAST +
//
//