What's the redirect setup to redirect all routes including the base path?

I want stream.xanderjakeq.page to redirect to a notion page.

my deployed directory is:
/dir

  • index.html
  • _redirects

_redirects

/* link -> stream.xanderjakeq.page shows index.page and doesn't redirect to link
* link -> stream.xanderjakeq.page shows index.page and doesn't redirect to link

are there any other settings to redirect all routes including /?

thanks

Try:

/* link 301!
1 Like