Skip to content

Commit ab8dae7

Browse files
committed
config: app name and description added
1 parent a962cc4 commit ab8dae7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
const config = {
22
baseUrl: "https://example.com",
3-
appName: "<Application Name>",
4-
appDescription: "<Application Description>",
3+
appName: "Next.js TypeScript Starter",
4+
appDescription:
5+
"Next.js started configured TypeScript, ESLint, Tailwind, with some additional configuration",
56
creator: "<Creator Name>",
67
authorName: "<Author Name>",
78
authorUrl: "<Author Name or Email>",

0 commit comments

Comments
 (0)