docs: add beta flag in nav and page header

This commit is contained in:
Daniel Lautzenheiser
2023-01-17 08:36:46 -05:00
parent 386a0969dc
commit c4733caf84
7 changed files with 54 additions and 6 deletions

View File

@ -18,6 +18,16 @@ let config = {
redirects: async () => {
return redirects;
},
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'img.shields.io',
port: '',
pathname: '/badge/**',
},
],
},
}
if (process.env.NODE_ENV === 'production') {