0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-05-22 11:07:17 +00:00 committed by astrobot-houston
parent be68ab47e2
commit c30a415986
2 changed files with 13 additions and 13 deletions

View file

@ -1548,7 +1548,7 @@ describe('getLocaleAbsoluteUrlList', () => {
const config = await validateConfig(
{
format: 'directory',
output: "server",
output: 'server',
site: 'https://example.com/',
trailingSlash: 'always',
i18n: {
@ -1588,17 +1588,17 @@ describe('getLocaleAbsoluteUrlList', () => {
* @type {import("../../../dist/@types").AstroUserConfig}
*/
const config = {
i18n: {
defaultLocale: 'en',
locales: [
'en',
'en_US',
'es',
{
path: 'italiano',
codes: ['it', 'it-VA'],
},
],
i18n: {
defaultLocale: 'en',
locales: [
'en',
'en_US',
'es',
{
path: 'italiano',
codes: ['it', 'it-VA'],
},
],
},
};
// directory format