diff --git a/astro.config.mjs b/astro.config.mjs index 607913f..c27ec36 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -9,6 +9,7 @@ import vercel from '@astrojs/vercel/static'; // https://astro.build/config export default defineConfig({ + // nope trailingSlash: "always", integrations: [ // Enable Preact to support Preact JSX components. preact(), diff --git a/src/consts.ts b/src/consts.ts index 0c69e9c..55a3438 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -78,6 +78,6 @@ export const OPEN_GRAPH = { 'astro logo on a starry expanse of space,' + ' with a purple saturn-like planet floating in the right foreground', }, - twitter: 'astrodotbuild', + twitter: 'imageflow_io', }; diff --git a/src/site-info.ts b/src/site-info.ts index 7be0f03..7ece983 100644 --- a/src/site-info.ts +++ b/src/site-info.ts @@ -3,7 +3,7 @@ export default { titleSuffix: ' - srcset.tips', // Appended to page content title description: 'Templates, guides, examples, and tools for correct and efficient responsive images', defaultLanguage: 'en', - address: 'https://www.srcset.tips', + address: 'https://www.srcset.tips/', algoliaIndex: 'srcset', algoliaDomain: 'srcset.tips', contentCollection: 'docs', diff --git a/vercel.json b/vercel.json index 07905c9..2220da7 100644 --- a/vercel.json +++ b/vercel.json @@ -7,5 +7,5 @@ "from": "/", "to": "/en/introduction" } - ], + ] }