rsnext/test/e2e/app-dir/app-routes-trailing-slash/next.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
120 B
JavaScript
Raw Normal View History

/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
trailingSlash: true,
}
module.exports = nextConfig