Skip to content

Commit

Permalink
Add trailing slash to domain address
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Apr 3, 2023
1 parent 4b4dcb1 commit c5db721
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};

2 changes: 1 addition & 1 deletion src/site-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"from": "/",
"to": "/en/introduction"
}
],
]
}

0 comments on commit c5db721

Please sign in to comment.