diff --git a/docs/next.config.js b/docs/next.config.js index 9678380e..955ebdec 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -43,21 +43,21 @@ const config = { }, async rewrites() { // Rewrite playroom urls for production - if (process.env.NODE_ENV === 'production') - return [ - { - source: '/playroom/preview', - destination: '/playroom/preview/index.html', - }, - { - source: '/playroom/frame.html', - destination: '/playroom/frame.html', - }, - { - source: '/playroom', - destination: '/playroom/index.html', - }, - ] + // if (process.env.NODE_ENV === 'production') + // return [ + // { + // source: '/playroom/preview', + // destination: '/playroom/preview/index.html', + // }, + // { + // source: '/playroom/frame.html', + // destination: '/playroom/frame.html', + // }, + // { + // source: '/playroom', + // destination: '/playroom/index.html', + // }, + // ] return [] }, async redirects() {