File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed
apps/frontend/src/app/pages Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
22defineOgImage (" Basic.takumi" );
3+
4+ useSeoMeta ({
5+ title: " url shortener - solitar" ,
6+ ogTitle: " url shortener - solitar" ,
7+ twitterTitle: " url shortener - solitar" ,
8+ description: " Create short URLS for your website and social media pages in seconds" ,
9+ ogDescription: " Create short URLS for your website and social media pages in seconds" ,
10+ twitterDescription: " Create short URLS for your website and social media pages in seconds" ,
11+ });
312 </script >
413
514<template >
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ import { useQRCode } from "@vueuse/integrations/useQRCode";
33import { type } from " arktype" ;
44
55defineOgImage (" Basic.takumi" , { subtitle: " ./qr" , description: " Generate QR code for url" });
6+ useSeoMeta ({
7+ title: " qr code generator - solitar" ,
8+ ogTitle: " qr code generator - solitar" ,
9+ twitterTitle: " qr code generator - solitar" ,
10+ description: " Create QR code for your URLS in seconds, save and share it immediately" ,
11+ ogDescription: " Create QR code for your URLS in seconds, save and share it immediately" ,
12+ twitterDescription: " Create QR code for your URLS in seconds, save and share it immediately" ,
13+ });
614
715const permission = usePermission (" clipboard-read" );
816const inputUrl = ref ();
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ defineOgImage("Basic.takumi", {
33 subtitle: " ./settings" ,
44 description: " customize your solitar experience" ,
55});
6+ useSeoMeta ({
7+ title: " settings - Solitar" ,
8+ ogTitle: " settings - Solitar" ,
9+ twitterTitle: " settings - Solitar" ,
10+ description: " Create QR code for your URLS in seconds, save and share it immediately" ,
11+ ogDescription: " Create QR code for your URLS in seconds, save and share it immediately" ,
12+ twitterDescription: " Create QR code for your URLS in seconds, save and share it immediately" ,
13+ });
614 </script >
715
816<template >
You can’t perform that action at this time.
0 commit comments