Store previous page globally from beforeNavigate
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
}
|
||||
|
||||
// Define previous URL
|
||||
$: previousUrl = $previousPage ? $previousPage : `/${location.country.slug}/${location.slug}`
|
||||
$: previousUrl = $previousPage ?? `/${location.country.slug}/${location.slug}`
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user