main.js 158 B

123456789
  1. export default {
  2. iconLinks: [
  3. {
  4. icon: 'github',
  5. href: 'https://github.com/sshnet/SSH.NET',
  6. title: 'GitHub'
  7. }
  8. ]
  9. }