mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
Add dev check on footer
This commit is contained in:
@@ -242,6 +242,7 @@ const config: z.input<typeof Schema_Config> = {
|
|||||||
footer: [
|
footer: [
|
||||||
"{{ siteName }} *v{{ version }}* @ {{ repository }}",
|
"{{ siteName }} *v{{ version }}* @ {{ repository }}",
|
||||||
"{{ year }} - Made with ❤️ by **{{ author }}**",
|
"{{ year }} - Made with ❤️ by **{{ author }}**",
|
||||||
|
process.env.NODE_ENV === "development" ? "Development Mode" : "",
|
||||||
],
|
],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user