rsnext/examples/github-pages/next.config.js

8 lines
145 B
JavaScript
Raw Normal View History

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
basePath: "/gh-pages-test",
};
module.exports = nextConfig;