mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +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