diff --git a/next.config.js b/next.config.js index 3efdba76c..6cdc58f26 100644 --- a/next.config.js +++ b/next.config.js @@ -25,6 +25,11 @@ const nextConfig = { compiler: { styledComponents: true, }, + + output: "export", + images: { + unoptimized: true, + }, }; module.exports = nextConfig; diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 000000000..50a463356 --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 \ No newline at end of file