-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add sitemap support and fix build errors. (#21)
* add sitemap support and fix build errors. * Fix prisma error Add prisma env to git ignore * Run Migration for RDCModelsv1.0 * . * Nothing happened * Update main.yml to include database url in env (#22) --------- Co-authored-by: Shargrove09 <[email protected]>
- Loading branch information
1 parent
2444be1
commit 1ccfcbc
Showing
21 changed files
with
224 additions
and
466 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,8 @@ yarn-error.log* | |
.env*.local | ||
/.env | ||
|
||
/prisma/.env | ||
|
||
# vercel | ||
.vercel | ||
|
||
|
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.
35 changes: 0 additions & 35 deletions
35
prisma/migrations/20241022125255_rdcmodelsv01/migration.sql
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
prisma/migrations/20241022134030_rdcmodelsv02/migration.sql
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
prisma/migrations/20241023204014_rdcmodelsv03/migration.sql
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
prisma/migrations/20241024205334_rdcmodelsv04/migration.sql
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
77 changes: 0 additions & 77 deletions
77
prisma/migrations/20241102173000_rdcmodelsv05/migration.sql
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.