Skip to content

Commit

Permalink
Merge pull request #132 from emulsify-ds/webinar
Browse files Browse the repository at this point in the history
Add Webinar for Fall 2024
  • Loading branch information
amazingrando authored Sep 17, 2024
2 parents c2de429 + 0eea7cb commit 7a2beee
Show file tree
Hide file tree
Showing 35 changed files with 4,404 additions and 2,821 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ NEXT_PUBLIC_DOCSEARCH_API_KEY=
NEXT_PUBLIC_DOCSEARCH_INDEX_NAME=
NEXT_PUBLIC_BLOG_PREVIEW=
NEXT_PUBLIC_GA_MEASUREMENT_ID="G-XXXXXXXXXX"
NEXT_PUBLIC_GOOGLE_TAG_MANAGER_ID=
NEXT_PUBLIC_GOOGLE_TAG_MANAGER_ID=
NEXT_PUBLIC_SPREADSHEET_ID=
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ yarn-error.log*
# vercel
.vercel

.cache
.cache

google-services.json
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.1
20
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#009FE4",
"titleBar.activeForeground": "#FEFBFE"
}
}
Loading

0 comments on commit 7a2beee

Please sign in to comment.