mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-28 11:23:22 +01:00
🩹 Updates default item sort order
This commit is contained in:
parent
6da4a237f1
commit
76a570cb6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue