Site
Configure your site's basic information and appearance
The site configuration file defines core settings for your NestSaaS application, including site name, URLs, metadata, and links.
Location
/config/site.ts
Key Components
Site Configuration
Navigation
In the siteMainNav
configuration, you can add your spaces or other customized routes.
Footer
Usage
The navigation configuration (siteMainNav
, footerColumns
, and bottomLinks
) is primarily implemented in the site header and footer components located at components/layouts/site-header.tsx
and components/layouts/site-footer.tsx
.
The siteConfig
object serves as a central configuration that's utilized throughout the application for consistent branding, metadata, and site-wide settings.