generated from Seekra/repository-template
Feat(settings): add renderer for settings configuration #142
@@ -20,7 +20,7 @@ const normalizePagePath = function normalizePagePath (path) {
|
||||
return path
|
||||
.replace(/\.+/g, '.')
|
||||
.replace(/^\.+|\.+$/g, '')
|
||||
.replaceAll('.', '/');
|
||||
.replace(/\./g, '/');
|
||||
};
|
||||
|
||||
export const useSettingsPage = function useSettingsPage () {
|
||||
|
||||
Reference in New Issue
Block a user