diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-07 20:03:20 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-07 20:03:20 +0100 |
| commit | b8cef0cc878e51a909cc7c4fcd0e10c222894b85 (patch) | |
| tree | d016693534225860a4acf117155c37354a2b7181 /src | |
| parent | e5d2bd1cde4e948f137e62fbf334d437e5d66221 (diff) | |
Removes [locale]/staticPaths
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/[locale]/staticPaths.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/pages/[locale]/staticPaths.ts b/src/pages/[locale]/staticPaths.ts deleted file mode 100644 index 8423851..0000000 --- a/src/pages/[locale]/staticPaths.ts +++ /dev/null @@ -1,10 +0,0 @@ -import type Locale from '../../types/Locale'; - -// Defines what values to insert into the [locale] URL path parameter -// when generating a static site -const staticPaths: { params: { locale: Locale } }[] = [ - { params: { locale: 'sco' } }, - { params: { locale: 'en-GB' } }, -] - -export default staticPaths;
\ No newline at end of file |
