diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
| commit | 37020d847e66e57913d493716e98f4dcab749262 (patch) | |
| tree | a6bfa0c49bcec61ff91465f323142db43511a122 /src/lib/localeStaticPaths.ts | |
| parent | 18b85566df437ac932f59e94cbec771a4a331927 (diff) | |
Applies Prettier
Diffstat (limited to 'src/lib/localeStaticPaths.ts')
| -rw-r--r-- | src/lib/localeStaticPaths.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/localeStaticPaths.ts b/src/lib/localeStaticPaths.ts index 55c3d9a..b75065d 100644 --- a/src/lib/localeStaticPaths.ts +++ b/src/lib/localeStaticPaths.ts @@ -2,9 +2,9 @@ import type Locale from '../types/Locale'; // Defines what values to insert into the [locale] URL path parameter // when generating a static site -const localeStaticPaths: { params: { locale: Locale} }[] = [ +const localeStaticPaths: { params: { locale: Locale } }[] = [ { params: { locale: 'sco' } }, { params: { locale: 'en-GB' } }, -] +]; export default localeStaticPaths; |
