Netlify
Add netlify.toml file
[[redirects]]
from = "/ingest/*"
to = "https://spindl.link/:splat"
host = "spindl.link"
status = 200
force = trueConfigure Spindl SDK with the proxy
spindl.configure({
sdkKey: "<your SDK API key here>",
host: "https://your-host-url.com/ingest"
});Last updated