feat: add robot to disable invite page fetch by search engine

pull/193/head
moonrailgun 1 year ago
parent 445b538224
commit 67f87e84e4

@ -0,0 +1,2 @@
User-agent: *
Disallow: /invite/

@ -80,6 +80,10 @@ const plugins: Configuration['plugins'] = [
from: path.resolve(ROOT_PATH, './assets/pwa.webmanifest'),
to: 'pwa.webmanifest',
},
{
from: path.resolve(ROOT_PATH, './assets/robots.txt'),
to: 'robots.txt',
},
{
from: path.resolve(ROOT_PATH, './assets/_redirects'),
to: './', // for netlify

Loading…
Cancel
Save