small fix
This commit is contained in:
parent
e15d946709
commit
c0f613ac65
|
@ -1,10 +1,9 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import { defineConfig } from "astro/config";
|
||||
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind()],
|
||||
site: 'https://beta.casa-cidalisa.com'
|
||||
|
||||
});
|
||||
site: "https://casa-cidalisa.com",
|
||||
});
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"deploy:beta": "bun run build && rsync -a dist/* uberspace_filipesm:~/beta.casa-cidalisa.com",
|
||||
"deploy:beta": "bun run build - --site https://beta.casa-cidalisa.com && rsync -a dist/* uberspace_filipesm:~/beta.casa-cidalisa.com",
|
||||
"deploy": "bun run build && rsync -a dist/* uberspace_filipesm:~/casa-cidalisa.com",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
|
@ -16,4 +16,4 @@
|
|||
"astro": "4.16.9",
|
||||
"tailwindcss": "^3.4.14"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3 MiB After Width: | Height: | Size: 729 KiB |
|
@ -40,7 +40,7 @@ const logoImage = await getImage({ src: Logo });
|
|||
name="description"
|
||||
content="Relaxe no paraíso escondido de São Miguel. Sossegada vivenda nos Açores, com jardim e quintal, entre o mar e a montanha. Ideal para quatro pessoas."
|
||||
/>
|
||||
<meta property="og:title" content="CASA CIDALISA" />
|
||||
<meta property="og:title" content="Casa Cidalisa" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Relaxe no paraíso escondido de São Miguel. Sossegada vivenda nos Açores, com jardim e quintal, entre o mar e a montanha. Ideal para quatro pessoas."
|
||||
|
|
|
@ -40,7 +40,7 @@ const logoImage = await getImage({ src: Logo });
|
|||
name="description"
|
||||
content="Relaxe no paraíso escondido de São Miguel. Sossegada vivenda nos Açores, com jardim e quintal, entre o mar e a montanha. Ideal para quatro pessoas."
|
||||
/>
|
||||
<meta property="og:title" content="CASA CIDALISA" />
|
||||
<meta property="og:title" content="Casa Cidalisa" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Relaxe no paraíso escondido de São Miguel. Sossegada vivenda nos Açores, com jardim e quintal, entre o mar e a montanha. Ideal para quatro pessoas."
|
||||
|
|
Loading…
Reference in a new issue