robots.txt (#772)

main
Michael Fix 6 years ago committed by GitHub
parent 02be1f6efe
commit f5a1541389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,7 @@
{ "src": "^/about(.*)", "dest": "/about" },
{ "src": "^/embed(.*)", "dest": "/embed" },
{ "src": "^/_next/(.*)", "dest": "/_next/$1" },
{ "src": "^/robots.txt", "dest": "/static/robots.txt" },
{
"src": "^/service-worker.js$",
"dest": "/_next/service-worker.js",

@ -0,0 +1,7 @@
User-agent: *
Allow: /$
Allow: /about
Allow: /static
Allow: /embed$
Disallow: /*
Disallow: /embed*
Loading…
Cancel
Save