generated from theodorusclarence/ts-nextjs-tailwind-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add notiolink config for theme
- Loading branch information
1 parent
04deb21
commit 3c9bf0d
Showing
3 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
import { getSiteConfig } from '@/lib/get-config-value'; | ||
|
||
import { themeColor } from '@/components/layout/Layout'; | ||
|
||
// general site config | ||
export const appName = getSiteConfig('appName'); | ||
export const seoDescription = getSiteConfig('seoDescription'); | ||
export const deployUrl = getSiteConfig('deployUrl'); | ||
export const demoMode = getSiteConfig('demoMode'); | ||
export const demoMode = getSiteConfig('demoMode', 'false'); | ||
export const theme = getSiteConfig('theme') as keyof typeof themeColor; |
3c9bf0d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: