{
  "regions":["bru"],
  "build":{
    "env": {
      "GOOGLE_ANALYTICS_ID":"UA-181087089-3"
    }
  },
  "env":{
    "BACKEND":"true"
  },
	"routes":[
    {
       "src": "/sitemap.xml",
       "dest": "api/sitemap.js",
       "headers": {
       "cache-control": "s-maxage=1800, max-age=1800"
      }
    },
    {
      "src": "/(?<fn>[-A-Za-z0-9~.\/_]+).(?<ext>(png|jpg|woff|woff2|otf|eot|ttf|ico|svg|glb|xml|txt))",
      "dest": "/$fn.$ext",
      "headers": {
        "cache-control": "s-maxage=86400, max-age=604800, stale-while-revalidate"
       }
    },
    {
		  "src":"/(?<fn>[-A-Za-z0-9~.\/_]+).(?<ext>(js|css))",
			"dest": "/$fn.$ext",
			"headers": {
			  "cache-control": "s-maxage=86400, max-age=604800, stale-while-revalidate"
       }
    },
  	{
      "src": "/.*",
      "dest": "api/renderer.js",
			"headers": {
			  "cache-control": "s-maxage=7200, max-age=86400, stale-while-revalidate"
       }
  	}
  ]  
}
