mirror of https://github.com/Lissy93/dashy.git
🩹 Updates default item sort order
This commit is contained in:
parent
6da4a237f1
commit
76a570cb6a
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
/* Default API to use for fetching of user service favicon icons (if enabled) */
|
||||
faviconApi: 'faviconkit',
|
||||
/* The default sort order for sections */
|
||||
sortOrder: 'auto',
|
||||
sortOrder: 'default',
|
||||
/* The page paths for each route within the app for the router */
|
||||
routePaths: {
|
||||
home: '/home',
|
||||
|
|
Loading…
Reference in New Issue