summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-07 20:03:20 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-07 20:03:20 +0100
commitb8cef0cc878e51a909cc7c4fcd0e10c222894b85 (patch)
treed016693534225860a4acf117155c37354a2b7181 /src
parente5d2bd1cde4e948f137e62fbf334d437e5d66221 (diff)
Removes [locale]/staticPaths
Diffstat (limited to 'src')
-rw-r--r--src/pages/[locale]/staticPaths.ts10
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