--- import { metaData, API_URL } from "../config"; import RandomMsg from "../components/RandomMsg"; import { buildTime } from '../utils/buildTime.js'; const YEAR = new Date().getFullYear(); var ENVIRONMENT = (Astro.url.hostname === "localhost") ? "Dev": "Prod"; ---