top of page

bottom of page
// In Site tab import {session} from 'wix-storage-frontend'; import wixLocationFrontend from 'wix-location-frontend'; let previousPageURL; $w.onReady(function () { previousPageURL = session.getItem("page"); session.setItem("page", wixLocationFrontend.url); });