--- routes: - path: "/robots.txt" type: static args: content_type: "text/plain; charset=utf-8" data: "User-agent: *\nDisallow: /\n" - path: "/assets/script.js" type: static args: content_type: "application/javascript; charset=utf-8" headers: server: nginx/1.33.7 data: | console.log(/hai/); - path: "/" type: static args: content_type: "text/html; charset=utf-8" headers: server: nginx/1.33.7 data: |