chore: add netlify redirect

pull/147/merge
moonrailgun 1 year ago
parent ffebbf6c4e
commit 92828b7565

@ -0,0 +1 @@
/* /index.html 200

@ -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/_redirects'),
to: './', // for netlify
},
{
from: path.resolve(ROOT_PATH, './assets/images/logo/'),
to: 'images/logo/',

Loading…
Cancel
Save