mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-22 00:11:35 +03:00
🩹 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) */
|
/* Default API to use for fetching of user service favicon icons (if enabled) */
|
||||||
faviconApi: 'faviconkit',
|
faviconApi: 'faviconkit',
|
||||||
/* The default sort order for sections */
|
/* The default sort order for sections */
|
||||||
sortOrder: 'auto',
|
sortOrder: 'default',
|
||||||
/* The page paths for each route within the app for the router */
|
/* The page paths for each route within the app for the router */
|
||||||
routePaths: {
|
routePaths: {
|
||||||
home: '/home',
|
home: '/home',
|
||||||
|
Loading…
Reference in New Issue
Block a user