mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
be68ab47e2
commit
c30a415986
2 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue