We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a962cc4 commit ab8dae7Copy full SHA for ab8dae7
config.ts
@@ -1,7 +1,8 @@
1
const config = {
2
baseUrl: "https://example.com",
3
- appName: "<Application Name>",
4
- appDescription: "<Application Description>",
+ appName: "Next.js TypeScript Starter",
+ appDescription:
5
+ "Next.js started configured TypeScript, ESLint, Tailwind, with some additional configuration",
6
creator: "<Creator Name>",
7
authorName: "<Author Name>",
8
authorUrl: "<Author Name or Email>",
0 commit comments