www: reformat with prettier
[web/firmware-selector-openwrt-org.git] / www / config.js
1 var config = {
2 // Default language, see i18n.js
3 language: "en",
4 // Show help text for images
5 showHelp: true,
6 // Image overview file or path to the ASU API
7 versions: {
8 SNAPSHOT: "../misc/snapshot/overview.json",
9 "19.07.1": "../misc/19.07.1/overview.json",
10 "18.06.7": "../misc/18.06.7/overview.json",
11 },
12 // Build custom images
13 // See https://github.com/aparcar/asu
14 //asu_url: 'https://chef.libremesh.org'
15 };