# Netlify/Vercel headers configuration
# Place this file in your CDN directory

# Production bundle - long cache
/seekora-sdk.min.js
  Access-Control-Allow-Origin: *
  Access-Control-Allow-Methods: GET, HEAD, OPTIONS
  Access-Control-Allow-Headers: *
  Cache-Control: public, max-age=31536000, immutable
  Content-Type: application/javascript; charset=utf-8

# Development bundle - shorter cache
/seekora-sdk.js
  Access-Control-Allow-Origin: *
  Access-Control-Allow-Methods: GET, HEAD, OPTIONS
  Access-Control-Allow-Headers: *
  Cache-Control: public, max-age=3600
  Content-Type: application/javascript; charset=utf-8

# Source maps
/*.map
  Access-Control-Allow-Origin: *
  Cache-Control: public, max-age=3600
  Content-Type: application/json; charset=utf-8




