diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-07 07:14:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-07 07:14:46 +0100 |
| commit | 6a0bd0ab3a0960cd1436190285ebe24bf8ef1f28 (patch) | |
| tree | 3c1cb310d0db6e342a8e0db44046bcfe143ccb24 /src/data/scotsoun/sscd094.ts | |
| parent | c3cb0ee85b09104045e7eaf76d7d720bd9239141 (diff) | |
| parent | 054d41398527550a931a8dd4ec0d9970d1caad51 (diff) | |
Merge pull request #9 from Sycamost/optimise-images
Images moved to /image
Diffstat (limited to 'src/data/scotsoun/sscd094.ts')
| -rw-r--r-- | src/data/scotsoun/sscd094.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd094.ts b/src/data/scotsoun/sscd094.ts index 3e46eca..95a3ed8 100644 --- a/src/data/scotsoun/sscd094.ts +++ b/src/data/scotsoun/sscd094.ts @@ -1,6 +1,8 @@ +import img from '$images/scotsoun/sscd094.jpg'; import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { + img, title: 'The Richt Noise', subtitle: 'Scotsoun Makars Series', longName: 'Scotsoun Makars Series – The Richt Noise', |
