@@ -18,70 +18,70 @@ const siteMetadata = {
1818 locale : 'en-US' ,
1919 // set to true if you want a navbar fixed to the top
2020 stickyNav : false ,
21- analytics : {
22- // If you want to use an analytics provider you have to add it to the
23- // content security policy in the `next.config.js` file.
24- // supports Plausible, Simple Analytics, Umami, Posthog or Google Analytics.
25- umamiAnalytics : {
26- // We use an env variable for this site to avoid other users cloning our analytics ID
27- umamiWebsiteId : process . env . NEXT_UMAMI_ID , // e.g. 123e4567-e89b-12d3-a456-426614174000
28- // You may also need to overwrite the script if you're storing data in the US - ex:
29- // src: 'https://us.umami.is/script.js'
30- // Remember to add 'us.umami.is' in `next.config.js` as a permitted domain for the CSP
31- } ,
32- // plausibleAnalytics: {
33- // plausibleDataDomain: '', // e.g. tailwind-nextjs-starter-blog.vercel.app
34- // If you are hosting your own Plausible.
35- // src: '', // e.g. https://plausible.my-domain.com/js/script.js
36- // },
37- // simpleAnalytics: {},
38- // posthogAnalytics: {
39- // posthogProjectApiKey: '', // e.g. 123e4567-e89b-12d3-a456-426614174000
40- // },
41- // googleAnalytics: {
42- // googleAnalyticsId: '', // e.g. G-XXXXXXX
43- // },
44- } ,
45- newsletter : {
46- // supports mailchimp, buttondown, convertkit, klaviyo, revue, emailoctopus, beehive
47- // Please add your .env file and modify it according to your selection
48- provider : '' ,
49- } ,
50- comments : {
51- // If you want to use an analytics provider you have to add it to the
52- // content security policy in the `next.config.js` file.
53- // Select a provider and use the environment variables associated to it
54- // https://vercel.com/docs/environment-variables
55- // provider: 'giscus', // supported providers: giscus, utterances, disqus
56- // giscusConfig: {
57- // // Visit the link below, and follow the steps in the 'configuration' section
58- // // https://giscus.app/
59- // repo: process.env.NEXT_PUBLIC_GISCUS_REPO,
60- // repositoryId: process.env.NEXT_PUBLIC_GISCUS_REPOSITORY_ID,
61- // category: process.env.NEXT_PUBLIC_GISCUS_CATEGORY,
62- // categoryId: process.env.NEXT_PUBLIC_GISCUS_CATEGORY_ID,
63- // mapping: 'pathname', // supported options: pathname, url, title
64- // reactions: '1', // Emoji reactions: 1 = enable / 0 = disable
65- // // Send discussion metadata periodically to the parent window: 1 = enable / 0 = disable
66- // metadata: '0',
67- // // theme example: light, dark, dark_dimmed, dark_high_contrast
68- // // transparent_dark, preferred_color_scheme, custom
69- // theme: 'light',
70- // // theme when dark mode
71- // darkTheme: 'transparent_dark',
72- // // If the theme option above is set to 'custom`
73- // // please provide a link below to your custom theme css file.
74- // // example: https://giscus.app/themes/custom_example.css
75- // themeURL: '',
76- // // This corresponds to the `data-lang="en"` in giscus's configurations
77- // lang: 'en',
78- // },
79- } ,
80- search : {
81- provider : 'kbar' , // kbar or algolia
82- kbarConfig : {
83- searchDocumentsPath : `${ process . env . BASE_PATH || '' } /search.json` , // path to load documents to search
84- } ,
21+ // analytics: {
22+ // // If you want to use an analytics provider you have to add it to the
23+ // // content security policy in the `next.config.js` file.
24+ // // supports Plausible, Simple Analytics, Umami, Posthog or Google Analytics.
25+ // umamiAnalytics: {
26+ // // We use an env variable for this site to avoid other users cloning our analytics ID
27+ // umamiWebsiteId: process.env.NEXT_UMAMI_ID, // e.g. 123e4567-e89b-12d3-a456-426614174000
28+ // // You may also need to overwrite the script if you're storing data in the US - ex:
29+ // // src: 'https://us.umami.is/script.js'
30+ // // Remember to add 'us.umami.is' in `next.config.js` as a permitted domain for the CSP
31+ // },
32+ // // plausibleAnalytics: {
33+ // // plausibleDataDomain: '', // e.g. tailwind-nextjs-starter-blog.vercel.app
34+ // // If you are hosting your own Plausible.
35+ // // src: '', // e.g. https://plausible.my-domain.com/js/script.js
36+ // // },
37+ // // simpleAnalytics: {},
38+ // // posthogAnalytics: {
39+ // // posthogProjectApiKey: '', // e.g. 123e4567-e89b-12d3-a456-426614174000
40+ // // },
41+ // // googleAnalytics: {
42+ // // googleAnalyticsId: '', // e.g. G-XXXXXXX
43+ // // },
44+ // },
45+ // newsletter: {
46+ // // supports mailchimp, buttondown, convertkit, klaviyo, revue, emailoctopus, beehive
47+ // // Please add your .env file and modify it according to your selection
48+ // provider: '',
49+ // },
50+ // comments: {
51+ // // If you want to use an analytics provider you have to add it to the
52+ // // content security policy in the `next.config.js` file.
53+ // // Select a provider and use the environment variables associated to it
54+ // // https://vercel.com/docs/environment-variables
55+ // // provider: 'giscus', // supported providers: giscus, utterances, disqus
56+ // // giscusConfig: {
57+ // // // Visit the link below, and follow the steps in the 'configuration' section
58+ // // // https://giscus.app/
59+ // // repo: process.env.NEXT_PUBLIC_GISCUS_REPO,
60+ // // repositoryId: process.env.NEXT_PUBLIC_GISCUS_REPOSITORY_ID,
61+ // // category: process.env.NEXT_PUBLIC_GISCUS_CATEGORY,
62+ // // categoryId: process.env.NEXT_PUBLIC_GISCUS_CATEGORY_ID,
63+ // // mapping: 'pathname', // supported options: pathname, url, title
64+ // // reactions: '1', // Emoji reactions: 1 = enable / 0 = disable
65+ // // // Send discussion metadata periodically to the parent window: 1 = enable / 0 = disable
66+ // // metadata: '0',
67+ // // // theme example: light, dark, dark_dimmed, dark_high_contrast
68+ // // // transparent_dark, preferred_color_scheme, custom
69+ // // theme: 'light',
70+ // // // theme when dark mode
71+ // // darkTheme: 'transparent_dark',
72+ // // // If the theme option above is set to 'custom`
73+ // // // please provide a link below to your custom theme css file.
74+ // // // example: https://giscus.app/themes/custom_example.css
75+ // // themeURL: '',
76+ // // // This corresponds to the `data-lang="en"` in giscus's configurations
77+ // // lang: 'en',
78+ // // },
79+ // },
80+ // search: {
81+ // provider: 'kbar', // kbar or algolia
82+ // kbarConfig: {
83+ // searchDocumentsPath: `${process.env.BASE_PATH || ''}/search.json`, // path to load documents to search
84+ // },
8585 // provider: 'algolia',
8686 // algoliaConfig: {
8787 // // The application ID provided by Algolia
@@ -90,7 +90,7 @@ const siteMetadata = {
9090 // apiKey: '599cec31baffa4868cae4e79f180729b',
9191 // indexName: 'docsearch',
9292 // },
93- } ,
93+ // },
9494}
9595
9696module . exports = siteMetadata
0 commit comments