-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate to TS & upgrade NextJS to v14 (#127)
* Migration from next 13 javascript to next 14 typescipt * Update search and theme issues * Fix vercel build issue * Update module imports * Update module resolution * Update docker node image version * Update base url * Update base path * fix: file names * fix: file names * Update comments * update files --------- Co-authored-by: Anurag Gupta <[email protected]>
- Loading branch information
1 parent
f46a875
commit 544199f
Showing
77 changed files
with
4,695 additions
and
6,793 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# example .env.local file; replace values with your own | ||
NOTION_TOKEN=secret_XXXXXXXX | ||
GA_MEASUREMENT_ID=G-XXXXXXXX |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -25,7 +25,6 @@ yarn-debug.log* | |
yarn-error.log* | ||
|
||
# local env files | ||
.env* | ||
|
||
# vercel | ||
.vercel | ||
.vercel |
Empty file.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.