0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -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

@ -1955,7 +1955,7 @@ export interface AstroUserConfig {
* In the event of route collisions, where two routes of equal route priority attempt to build the same URL, Astro will log a warning identifying the conflicting routes.
*/
globalRoutePriority?: boolean;
/**
* @docs
* @name experimental.security

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