-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use standard email/SMTP for contact form instead of airtable API
- Loading branch information
1 parent
2de3914
commit e624521
Showing
11 changed files
with
101 additions
and
110 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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# absolutely required: | ||
NEXT_PUBLIC_BASE_URL= | ||
DATABASE_URL= | ||
GH_PUBLIC_TOKEN= | ||
POSTGRES_URL= | ||
POSTGRES_URL_NON_POOLING= | ||
|
||
# optional (but not really): | ||
AIRTABLE_API_KEY= | ||
AIRTABLE_BASE= | ||
HCAPTCHA_SECRET_KEY= | ||
MAILGUN_SMTP_USER= | ||
MAILGUN_SMTP_PASS= |
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
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
"@hcaptcha/react-hcaptcha": "^1.10.1", | ||
"@novnc/novnc": "1.4.0", | ||
"@octokit/graphql": "^7.0.2", | ||
"@octokit/graphql-schema": "^14.57.0", | ||
"@octokit/graphql-schema": "^14.58.0", | ||
"@prisma/client": "^5.10.2", | ||
"@react-spring/web": "^9.7.3", | ||
"@stitches/react": "1.3.1-1", | ||
|
@@ -39,6 +39,7 @@ | |
"next": "14.1.0", | ||
"next-mdx-remote": "^4.4.1", | ||
"next-seo": "^6.5.0", | ||
"nodemailer": "^6.9.10", | ||
"obj-str": "^1.1.0", | ||
"p-map": "^7.0.1", | ||
"p-memoize": "^7.1.1", | ||
|
@@ -74,9 +75,10 @@ | |
"@jakejarvis/eslint-config": "^3.1.0", | ||
"@types/comma-number": "^2.1.2", | ||
"@types/node": "^20.11.20", | ||
"@types/nodemailer": "^6.4.14", | ||
"@types/novnc__novnc": "^1.3.4", | ||
"@types/prop-types": "^15.7.11", | ||
"@types/react": "^18.2.58", | ||
"@types/react": "^18.2.60", | ||
"@types/react-dom": "^18.2.19", | ||
"@types/react-is": "^18.2.4", | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
|
@@ -111,9 +113,9 @@ | |
"eslint" | ||
] | ||
}, | ||
"packageManager": "[email protected].3", | ||
"packageManager": "[email protected].4", | ||
"volta": { | ||
"node": "20.11.1", | ||
"pnpm": "8.15.3" | ||
"pnpm": "8.15.4" | ||
} | ||
} |
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
Oops, something went wrong.
e624521
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
jarvis – ./
jarvis-jakejarvis.vercel.app
jarvis-git-main-jakejarvis.vercel.app
www.jarv.is
jarv.is