🩹 Updates default item sort order

This commit is contained in:
Alicia Sykes 2021-09-05 17:02:26 +01:00
parent 6da4a237f1
commit 76a570cb6a

View File

@ -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',