Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
updating astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Oct 18, 2023
1 parent d675201 commit 45ae372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({});
export default defineConfig({
site: 'https://exchange-rate.decubba.com',
});

0 comments on commit 45ae372

Please sign in to comment.