mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-20 15:11:26 +00:00
10 lines
228 B
JavaScript
10 lines
228 B
JavaScript
module.exports = {
|
|
base:'/docker-compose/'
|
|
// lang: 'en-US',
|
|
// title: 'Hello, VuePress!',
|
|
// description: 'This is my first VuePress site',
|
|
|
|
// themeConfig: {
|
|
// logo: 'https://vuejs.org/images/logo.png'
|
|
// }
|
|
}
|