This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: nextjs pwa * feat: nextjs pwa * chore: update nextjs sentry dep * fix: temporary config for sentry error * Revert "fix: temporary config for sentry error" This reverts commit c8aec35. * fix: pwa and sentry config * feat: pwa use profile page * fix: pwa redirect * fix: remove profile redirect * feat: offline page * fix: remove offline file
- Loading branch information
1 parent
94f3065
commit 663dd11
Showing
122 changed files
with
1,916 additions
and
857 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
workflow_dispatch: | ||
push: | ||
branches: | ||
- feat-custom-domain | ||
- feat-pwa | ||
|
||
jobs: | ||
deploy: | ||
|
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 |
---|---|---|
|
@@ -41,3 +41,7 @@ test-results/ | |
|
||
# Sentry Auth Token | ||
.sentryclirc | ||
|
||
# PWA | ||
public/sw.js* | ||
public/workbox-*.js* |
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.