Replace configs names: origin & basePathname

This commit is contained in:
prototypa
2022-09-01 00:48:31 -04:00
parent bc4a0ad8dd
commit 88c69d0aae
4 changed files with 12 additions and 12 deletions

View File

@ -14,8 +14,8 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
// https://astro.build/config
export default defineConfig({
// Astro uses this full URL to generate your sitemap and canonical URLs in your final build
site: SITE.domain,
base: SITE.baseUrl,
site: SITE.origin,
base: SITE.basePathname,
output: "static",