mirror of
https://codeberg.org/alicia/web-check.git
synced 2026-03-14 14:45:48 +01:00
feat: Specify API destination for netlify
This commit is contained in:
parent
0a419045c0
commit
cee06c987a
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
# Environmental variables and optional secrets
|
||||
[build.environment]
|
||||
PLATFORM = "netlify"
|
||||
PUBLIC_API_ENDPOINT = "/.netlify/functions"
|
||||
# Build configuration env vars (uncomment if you want to conigure these)
|
||||
# CI="false" # Set CI to false, to prevent warnings from exiting the build
|
||||
# CHROME_PATH='/usr/bin/chromium' # Path to Chromium binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue