mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-02-16 02:30:58 +00:00
add module.exports
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user