mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-08 21:48:05 -05:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'export', // compatible with GitHub Pages
|
|
};
|
|
|
|
export default nextConfig;
|