diff --git a/apps/spotlight/astro.config.mjs b/apps/spotlight/astro.config.mjs index 19f0694d..01f796f2 100644 --- a/apps/spotlight/astro.config.mjs +++ b/apps/spotlight/astro.config.mjs @@ -5,9 +5,6 @@ import { getGithubRepository } from './src/lib/github'; const githubRepository = await getGithubRepository(process.env); -console.log('import.meta.env', JSON.stringify(import.meta.env)); -console.log('process.env', JSON.stringify(process.env)); - // https://astro.build/config export default defineConfig({ base: addTrailingSlash(process.env.BASEURL || ''), diff --git a/apps/spotlight/package.json b/apps/spotlight/package.json index a89a80fc..aacc8d0e 100644 --- a/apps/spotlight/package.json +++ b/apps/spotlight/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "scripts": { "astro": "astro", - "build": "BASEURL=${BASEURL} astro build", + "build": "astro build", "clean": "rimraf dist tsconfig.tsbuildinfo coverage", "dev": "astro dev", "preview": "astro preview"