diff --git a/next.config.mjs b/next.config.mjs index f60a2fb..1efbaaa 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,4 +1,4 @@ -import {config as dotenv} from 'dotenv'; +import { config as dotenv } from 'dotenv'; // @ts-check @@ -64,6 +64,11 @@ const config = { destination: 'https://youtube.com/watch?v=zEoTeUEElZc', permanent: true, }, + { + source: '/live-04-07-2024', + destination: 'https://youtube.com/watch?v=-XsKN44b7ho', + permanent: true, + }, ]; }, }; diff --git a/package.json b/package.json index eed2360..46f967e 100644 --- a/package.json +++ b/package.json @@ -1,58 +1,58 @@ { - "name": "website", - "version": "1.0.0", - "repository": "git@github.com:alii/website.git", - "author": "Alistair Smith ", - "license": "Apache-2.0", - "private": true, - "packageManager": "bun@1.0.0", - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint" - }, - "devDependencies": { - "@tailwindcss/forms": "^0.5.7", - "@types/common-tags": "^1.8.4", - "@types/cookie": "^0.6.0", - "@types/jsonwebtoken": "^9.0.6", - "@types/jwa": "^2.0.3", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", - "@types/uuid": "^9.0.8", - "autoprefixer": "^10.4.19", - "eslint": "9.5.0", - "eslint-config-next": "14.2.4", - "postcss": "^8.4.38", - "prettier": "^3.3.2", - "prettier-plugin-tailwindcss": "^0.6.5", - "sharp": "^0.33.4", - "tailwindcss": "^3.4.4", - "typescript": "^5.5.2" - }, - "dependencies": { - "@marsidev/react-turnstile": "^0.7.1", - "@otters/monzo": "^2.1.2", - "alistair": "^1.10.0", - "bwitch": "^0.3.0", - "clsx": "^2.1.1", - "common-tags": "^1.8.2", - "cookie": "^0.6.0", - "dayjs": "^1.11.11", - "dotenv": "^16.4.5", - "envsafe": "^2.0.3", - "framer-motion": "^11.2.11", - "jsonwebtoken": "^9.0.2", - "jwa": "^2.0.0", - "next": "^14.2.4", - "nextkit": "^3.4.3", - "react": "^18.3.1", - "react-dom": "^18.3.1", - "react-hot-toast": "^2.4.1", - "react-icons": "^5.2.1", - "use-lanyard": "^1.5.2", - "uuid": "^10.0.0", - "zod": "^3.23.8" - } + "name": "website", + "version": "1.0.0", + "repository": "git@github.com:alii/website.git", + "author": "Alistair Smith ", + "license": "Apache-2.0", + "private": true, + "packageManager": "bun@1.0.0", + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "devDependencies": { + "@tailwindcss/forms": "^0.5.7", + "@types/common-tags": "^1.8.4", + "@types/cookie": "^0.6.0", + "@types/jsonwebtoken": "^9.0.6", + "@types/jwa": "^2.0.3", + "@types/react": "^18.3.3", + "@types/react-dom": "^18.3.0", + "@types/uuid": "^9.0.8", + "autoprefixer": "^10.4.19", + "eslint": "9.5.0", + "eslint-config-next": "14.2.4", + "postcss": "^8.4.38", + "prettier": "^3.3.2", + "prettier-plugin-tailwindcss": "^0.6.5", + "sharp": "^0.33.4", + "tailwindcss": "^3.4.4", + "typescript": "^5.5.2" + }, + "dependencies": { + "@marsidev/react-turnstile": "^0.7.1", + "@otters/monzo": "^2.1.2", + "alistair": "^1.10.0", + "bwitch": "^0.3.0", + "clsx": "^2.1.1", + "common-tags": "^1.8.2", + "cookie": "^0.6.0", + "dayjs": "^1.11.11", + "dotenv": "^16.4.5", + "envsafe": "^2.0.3", + "framer-motion": "^11.2.11", + "jsonwebtoken": "^9.0.2", + "jwa": "^2.0.0", + "next": "^14.2.4", + "nextkit": "^3.4.3", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "react-hot-toast": "^2.4.1", + "react-icons": "^5.2.1", + "use-lanyard": "^1.5.2", + "uuid": "^10.0.0", + "zod": "^3.23.8" + } } diff --git a/src/components/time.tsx b/src/components/time.tsx index 3163c29..762246f 100644 --- a/src/components/time.tsx +++ b/src/components/time.tsx @@ -68,7 +68,7 @@ function Day({time}: {time: Date}) { return (
-
+

{UKTimeFormatter.format(time)}