change website to non-www

This commit is contained in:
Juan Carlos Manzanero Domínguez
2024-07-09 08:18:43 -06:00
parent 231d6bf75d
commit 4406c7be3f
4 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ import sitemap from "@astrojs/sitemap";
// https://astro.build/config
export default defineConfig({
site: "https://www.juancman.dev/",
site: "https://juancman.dev/",
integrations: [
sitemap(),
react(),