mirror of
https://github.com/maciejpedzich/cats-album.git
synced 2024-11-09 14:53:03 +01:00
Add prod site URL
This commit is contained in:
parent
809a0497a9
commit
c0d59ab071
@ -1,4 +1,6 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
site: 'https://catsof.tech'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user