mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 10:35:35 +01:00
Fixed share url.
This commit is contained in:
parent
4fca98d25d
commit
c8eb76c7af
3 changed files with 5 additions and 6 deletions
|
|
@ -21,7 +21,7 @@ export default function SettingsLayout({ children }) {
|
|||
|
||||
const getKey = () => items.find(({ url }) => pathname === url)?.key;
|
||||
|
||||
if (cloudMode && pathname != '/settings/profile') {
|
||||
if (cloudMode && pathname !== '/settings/profile') {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
@ -29,7 +29,6 @@ export default function SettingsLayout({ children }) {
|
|||
|
||||
const config = {
|
||||
settingsUrl: '/settings/websites',
|
||||
hostUrl,
|
||||
shareUrl: hostUrl,
|
||||
trackingCodeUrl: hostUrl,
|
||||
websitesUrl: `/websites`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue