-
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.
363 generate sitemap, switch to gql tada, add link to admin panel in …
…footer (#381) * add link to admin panel in footer * update deploy script to include new env var * generate sitemap, instal gql tada * switch to gql tada * run prettier, update prettierignore * Update GraphQL section in developing.md * Update deployment.md with new secrets and variables
- Loading branch information
Magnus Alexander Strømseng
authored and
GitHub
committed
Apr 29, 2024
1 parent
58cad3a
commit 15c15c8
Showing
29 changed files
with
1,386 additions
and
5,746 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 |
|---|---|---|
| @@ -1,4 +1,12 @@ | ||
| { | ||
| "conventionalCommits.scopes": ["backend", "ide", "frontend", "docs", "ci/cd"], | ||
| "eslint.workingDirectories": ["./frontend"] | ||
| "conventionalCommits.scopes": [ | ||
| "backend", | ||
| "ide", | ||
| "frontend", | ||
| "docs", | ||
| "ci/cd" | ||
| ], | ||
| "eslint.workingDirectories": ["./frontend"], | ||
| "typescript.tsdk": "frontend/node_modules/typescript/lib", | ||
| "typescript.enablePromptUseWorkspaceTsdk": true | ||
| } |
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 |
|---|---|---|
| @@ -1,2 +1,4 @@ | ||
| # Strapi url which ApolloClient will use | ||
| BACKEND_INTERNAL_URL=http://localhost:1337 | ||
| STRAPI_URL=http://localhost:1337 | ||
| OUTWARD_FACING_URL=http://localhost:1337 |
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,3 +1,5 @@ | ||
| # Strapi url which ApolloClient will use, set in github repo variables, at https://github.com/NTNU-SmallSat-Lab/outreach-website/settings/variables/actions | ||
| BACKEND_INTERNAL_URL=http://web.hypso.ies.ntnu.no:1337 | ||
|
|
||
| # Should be the internal docker compose url, http://backend:1337, but here we set it to the external one to test production builds which are not built on the server | ||
| BACKEND_INTERNAL_URL=https://hypso.space/strapi | ||
| STRAPI_URL=https://hypso.space/strapi | ||
| OUTWARD_FACING_URL=https://hypso.space |
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.