Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
id: builddeploy-test
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token:
${{ secrets.AZURE_STATIC_WEB_APPS_API_WONDERFUL_STONE_06c70c70f }}
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_WONDERFUL_STONE_06C70C70F }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
skip_deploy_on_missing_secrets: true
action: "upload"
skip_app_build: true
app_location: "build"
api_location: "api"
output_location: "build"
env:
SKIP_DEPLOY_ON_MISSING_SECRETS: true

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Explore/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const SIDEBAR_WIDTH = 430;
export const DEFAULT_QUERY_LIMIT = 50;
export const DEFAULT_QUERY_LIMIT = 80;
export const DEFAULT_MIN_ZOOM = 10;
export const DEFAULT_MAP_STYLE = "grayscale_light";
export const MAX_ZOOM_FOR_COLLECTION_OUTLINE = 6;
Expand Down
Loading