main.js 176 B

12345678910
  1. export default {
  2. defaultTheme: 'dark',
  3. iconLinks: [
  4. {
  5. icon: 'github',
  6. href: 'https://github.com/gui-cs',
  7. title: 'GitHub'
  8. }
  9. ]
  10. }