11/** @type {import("pliny/config").PlinyConfig } */
22const siteMetadata = {
3- title : '#Build Your Digital Future.' ,
3+ title : '📝 Ditectrev Blog | #Build Your Digital Future.' ,
44 author : 'Ditectrev' ,
5- headerTitle : 'TailwindBlog ' ,
6- description : 'A blog created with Next.js and Tailwind.css' ,
5+ headerTitle : 'Ditectrev Blog ' ,
6+ description : "Open Source Blog developed by Ditectrev's Community. #Build Your Digital Future with us." ,
77 language : 'en-us' ,
88 theme : 'system' , // system, dark or light
99 siteUrl : 'https://blog.ditectrev.com' ,
1010 siteRepo : 'https://github.com/ditectrev/blog' ,
11- siteLogo : `${ process . env . BASE_PATH || '' } /static/images/logo.png ` ,
11+ siteLogo : `${ process . env . BASE_PATH || '' } /static/images/logo.svg ` ,
1212 socialBanner : `${ process . env . BASE_PATH || '' } /static/images/twitter-card.png` ,
1313 // mastodon: 'https://mastodon.social/@mastodonuser',
1414@@ -29,13 +29,13 @@ const siteMetadata = {
2929 // If you want to use an analytics provider you have to add it to the
3030 // content security policy in the `next.config.js` file.
3131 // supports Plausible, Simple Analytics, Umami, Posthog or Google Analytics.
32- umamiAnalytics : {
32+ // umamiAnalytics: {
3333 // We use an env variable for this site to avoid other users cloning our analytics ID
34- umamiWebsiteId : process . env . NEXT_UMAMI_ID , // e.g. 123e4567-e89b-12d3-a456-426614174000
34+ // umamiWebsiteId: process.env.NEXT_UMAMI_ID, // e.g. 123e4567-e89b-12d3-a456-426614174000
3535 // You may also need to overwrite the script if you're storing data in the US - ex:
3636 // src: 'https://us.umami.is/script.js'
3737 // Remember to add 'us.umami.is' in `next.config.js` as a permitted domain for the CSP
38- } ,
38+ // },
3939 // plausibleAnalytics: {
4040 // plausibleDataDomain: '', // e.g. tailwind-nextjs-starter-blog.vercel.app
4141 // If you are hosting your own Plausible.
@@ -45,9 +45,9 @@ const siteMetadata = {
4545 // posthogAnalytics: {
4646 // posthogProjectApiKey: '', // e.g. 123e4567-e89b-12d3-a456-426614174000
4747 // },
48- // googleAnalytics: {
49- // googleAnalyticsId: '', // e.g. G-XXXXXXX
50- // },
48+ googleAnalytics : {
49+ googleAnalyticsId : 'G-DD51VPEEZM ' , // e.g. G-XXXXXXX
50+ } ,
5151 } ,
5252 newsletter : {
5353 // supports mailchimp, buttondown, convertkit, klaviyo, revue, emailoctopus, beehive
0 commit comments