add module.exports

This commit is contained in:
Artur Akmalov
2023-05-22 01:24:15 +05:00
parent 710b124ab3
commit 36c6c724ee

View File

@@ -95,4 +95,11 @@ const config = {
]
};
module.exports = config;
// module.exports = config;
module.exports = {
url: 'https://test.akmalov.com',
baseUrl: '/',
organizationName: 'akmalovaa',
projectName: 'akmalov.com',
trailingSlash: false,
};