1
0
Fork 0
This repository has been archived on 2023-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
chellaris-galaxy-political-.../next.config.js
2023-06-01 00:13:23 +02:00

7 lines
116 B
JavaScript

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