functionality for fixed navbar
This commit is contained in:
@ -21,6 +21,8 @@ const siteMetadata = {
|
||||
threads: 'https://www.threads.net',
|
||||
instagram: 'https://www.instagram.com',
|
||||
locale: 'en-US',
|
||||
// set to true if you want a navbar fixed to the top
|
||||
stickyNav: false,
|
||||
analytics: {
|
||||
// If you want to use an analytics provider you have to add it to the
|
||||
// content security policy in the `next.config.js` file.
|
||||
@ -34,7 +36,7 @@ const siteMetadata = {
|
||||
},
|
||||
// plausibleAnalytics: {
|
||||
// plausibleDataDomain: '', // e.g. tailwind-nextjs-starter-blog.vercel.app
|
||||
// If you are hosting your own Plausible.
|
||||
// If you are hosting your own Plausible.
|
||||
// src: '', // e.g. https://plausible.my-domain.com/js/script.js
|
||||
// },
|
||||
// simpleAnalytics: {},
|
||||
|
Reference in New Issue
Block a user