--- import wallpapers from "../../public/wallpapers.json"; const wallpaper = wallpapers[Math.floor(Math.random() * wallpapers.length)]; // Get first part of location const [location1, ...locationRest] = wallpaper.location.split(","); // Get rest of location const location2 = locationRest.join(","); ---
{location1}
{wallpaper.date}