
/*
 * Configuration for file resolver in Magic.
 *
 * Notice, by default we're publicly caching all static files for 5 minutes.
 * This allows proxies and CDN networks to deliver the files directly, without
 * having to touch the Magic server itself.
 */
static_files
   headers
      *
         Cache-Control:public, max-age=31536000
      woff2
         Cache-Control:public, max-age=31536000
         Content-Type:font/woff2
         Access-Control-Allow-Origin:*
      css
         Access-Control-Allow-Origin:*
spa_enabled:false
