2022-09-26 22:25:19 +08:00

12 lines
335 B
JavaScript

export default {
title: 'blogs',
description: 'Just playing around.',
themeConfig: {
logo: '/icon.png',
nav: [
{ text: '全景图', link: 'http://demo.meteoroid.fit/pano/album.html' },
{ text: '文档源码', link: 'https://github.com/quan787/blog_meteoroid_fit' }
]
}
}