Update Astro configuration to change site URL to .eu domain and adjust image service settings for new domain compatibility
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled

This commit is contained in:
becarta
2025-05-10 00:14:13 +02:00
parent a242c7070f
commit a6d42c216e

View File

@@ -27,7 +27,7 @@ export default defineConfig({
adapter: node({
mode: 'standalone'
}),
site: 'https://www.365devnet.com',
site: 'https://www.365devnet.eu',
i18n: {
locales: ["en", "de", "nl", "fr"],
@@ -118,9 +118,13 @@ export default defineConfig({
],
image: {
service: {
entrypoint: 'astro/assets/services/sharp',
},
domains: ['www.365devnet.eu'],
remotePatterns: [
{
protocol: 'https',
hostname: 'www.365devnet.eu',
},
],
},
markdown: {