From b8cef0cc878e51a909cc7c4fcd0e10c222894b85 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:03:20 +0100 Subject: Removes [locale]/staticPaths --- src/pages/[locale]/staticPaths.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/pages/[locale]/staticPaths.ts (limited to 'src') 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 -- cgit v1.2.3