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

7 lines
116 B
JavaScript
Raw Normal View History

2023-05-31 22:10:59 +00:00
/** @type {import('next').NextConfig} */
2023-05-31 22:13:23 +00:00
const nextConfig = {
basePath: '/ethics',
}
2023-05-31 22:10:59 +00:00
module.exports = nextConfig