Skip to content

Commit

Permalink
Merge branch 'staging' of https://github.com/wendyho/works-on-woa int…
Browse files Browse the repository at this point in the history
…o staging
  • Loading branch information
wendyho committed Oct 8, 2024
2 parents 187cb6b + a84b8f6 commit 921d42b
Show file tree
Hide file tree
Showing 948 changed files with 14,883 additions and 76 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A repository maintainer can then merge all changes from staging to main in order

## Contributing

Details of the schemas used in the game and user report files can be found by reading https://www.worksonwoa.com/contributing
Details of the schemas used in the application, game and user report files can be found by reading https://www.worksonwoa.com/contributing

## Questions?

Expand Down
2 changes: 1 addition & 1 deletion integrations/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default (config: AstroAuthConfig = {}): AstroIntegration => ({

});

["access-denied", "error", "index", "signin", "signout"].forEach((route: string) => {
["access-denied", "error", "index", "signin", "signout", "user-inactive"].forEach((route: string) => {
injectRoute({
pattern: `/auth/${route == "index" ? "" : route}`,
entrypoint: `./src/auth_routes/auth/${route}.astro`,
Expand Down
Binary file added public/icons/AbletonLive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/AdobeAIR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions public/icons/AdobeAcrobat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions public/icons/AdobeAfterEffects.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions public/icons/AdobeAudition.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/icons/AdobeCC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/AdobeDigitalEditions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/AdobeExpress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/icons/AdobeIllustrator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions public/icons/AdobeInDesign.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/AdobeMediaEncoder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/icons/AdobePhotoshop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/AdobePhotoshopElements.avif
Binary file not shown.
48 changes: 48 additions & 0 deletions public/icons/AdobePhotoshopExpress.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 921d42b

Please sign in to comment.