diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-13 21:43:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 21:43:18 +0100 |
| commit | 429aef251345cf54af2feed3f8ecb608db7fd7e7 (patch) | |
| tree | 37a73f2fa3be191ff3b493246dc9b1fc6b7c5f5c /src/data/scotsoun/sscd137-8.ts | |
| parent | 300f8c673829f6af26f1b5e73e4e9d10e8dd6692 (diff) | |
| parent | a37d5bd725cfe61c56d84f06a58d88872f6b7690 (diff) | |
Merge pull request #12 from Sycamost/optimise-images-again
Optimise images again
Diffstat (limited to 'src/data/scotsoun/sscd137-8.ts')
| -rw-r--r-- | src/data/scotsoun/sscd137-8.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/data/scotsoun/sscd137-8.ts b/src/data/scotsoun/sscd137-8.ts index c9fef62..e5fabab 100644 --- a/src/data/scotsoun/sscd137-8.ts +++ b/src/data/scotsoun/sscd137-8.ts @@ -1,8 +1,10 @@ -import img from '$images/scotsoun/sscd137-8.jpg'; +import img192w from '$images/scotsoun/sscd137-8-192w.jpg'; import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { - img, + img: { + width192: img192w, + }, title: 'TS Law', subtitle: 'Scotsoun Makars Series', longName: 'Scotsoun Makars Series – TS Law', |
