blob: d4ba5ea81ba065be4958278d9d7f917da71a76c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
import img192w from '$images/scotsoun/sscd020-192w.jpg';
import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
img: {
width192: img192w,
},
title: 'William Dunbar',
subtitle: 'Scotsoun Makars Series',
longName: 'Scotsoun Makars Series – William Dunbar',
author: 'William Dunbar',
cdCount: 2,
price: '18.00',
scotsounId: '020',
uploadDate: '2023-08-25',
trackList: ['The Tretis of the Tua Mariit Wemen and the Wedo', 'Remonstrance to the King'],
};
export default cd;
|