functionality for fixed navbar

This commit is contained in:
Atreya Choudhury
2024-07-25 01:52:13 -04:00
parent 947d3a0fa7
commit d1daf73bff
6 changed files with 33 additions and 13 deletions

View File

@ -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: {},