summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Stephen Lee2024-01-06 13:08:13 +0530
committerThomas Stephen Lee2024-01-06 13:08:13 +0530
commit56d0e74177baf371731837378377b9417363f9af (patch)
tree136ab8926d27c32748571b0501bfb30009d75815
parent454c6f1ceca8814b6230d5092ddb29262e7645ec (diff)
downloadastro.on.fossee.in-56d0e74177baf371731837378377b9417363f9af.tar.gz
astro.on.fossee.in-56d0e74177baf371731837378377b9417363f9af.tar.bz2
astro.on.fossee.in-56d0e74177baf371731837378377b9417363f9af.zip
Change DNS.
-rw-r--r--astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 4d757e0..abd9798 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -5,6 +5,6 @@ import sitemap from '@astrojs/sitemap';
// https://astro.build/config
export default defineConfig({
- site: 'http://astro.web.fossee.in',
+ site: 'http://astro.on.fossee.in',
integrations: [mdx(), sitemap()],
});