Error wixLocation

import wixLocation from ‘wix-location’;
$w.onReady(function () {
console.log( wixLocation.site );

returns undefined

Why?

Hi,
You should use wixLocation.url, check out the API to view the functions:

Good luck:)

Im still having issues
import wixLocation from ‘wix-location’;

$w.onReady(function () {
console.log( wixLocation.site );

returns undefined. Im running this on a dynamic page, front end … Seems to work on a normal page just not dynamic