forked from nyx/website
1
0
Fork 0
website/next.config.js

7 lines
115 B
JavaScript

2023-05-19 14:03:39 +02:00
/** @type {import('next').NextConfig} */
2023-05-19 14:04:12 +02:00
const nextConfig = {
output: "export",
};
2023-05-19 14:03:39 +02:00
2023-05-19 14:04:12 +02:00
module.exports = nextConfig;