DotTiled/docs/template/public/main.js

9 lines
155 B
JavaScript
Raw Normal View History

2024-09-04 21:27:18 +02:00
export default {
iconLinks: [
{
icon: 'github',
href: 'https://github.com/dcronqvist/DotTiled',
title: 'GitHub'
}
]
}