mirror of
https://github.com/Alee14/alure-website.git
synced 2025-01-22 10:51:53 -05:00
7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'export',
|
|
|
|
}
|
|
|
|
module.exports = nextConfig
|