absolute paths in linkUrls
This commit is contained in:
parent
d63f17d023
commit
2e5139d077
|
@ -96,28 +96,28 @@ export default {
|
||||||
'imageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-portraits.jpg',
|
'imageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-portraits.jpg',
|
||||||
'backgroundImageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-portraits.jpg',
|
'backgroundImageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-portraits.jpg',
|
||||||
'html': '<p>Corporate portraits and publicity photos for printed materials, including annual reports and newsletters.</p>',
|
'html': '<p>Corporate portraits and publicity photos for printed materials, including annual reports and newsletters.</p>',
|
||||||
'linkUrl': 'galleries?gallery=0',
|
'linkUrl': '/galleries?gallery=0',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'heading': 'Dance',
|
'heading': 'Dance',
|
||||||
'imageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-dance.jpg',
|
'imageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-dance.jpg',
|
||||||
'backgroundImageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-dance.jpg',
|
'backgroundImageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-dance.jpg',
|
||||||
'html': '<p>Photography and video production of dancers and performances for print, web, and promotion.</p>',
|
'html': '<p>Photography and video production of dancers and performances for print, web, and promotion.</p>',
|
||||||
'linkUrl': 'galleries?gallery=1',
|
'linkUrl': '/galleries?gallery=1',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'heading': 'Music',
|
'heading': 'Music',
|
||||||
'imageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-music.jpg',
|
'imageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-music.jpg',
|
||||||
'backgroundImageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-music.jpg',
|
'backgroundImageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-music.jpg',
|
||||||
'html': '<p>Photography and video of musical performances and portraits for print and the web, CD covers, and publicity photos.</p>',
|
'html': '<p>Photography and video of musical performances and portraits for print and the web, CD covers, and publicity photos.</p>',
|
||||||
'linkUrl': 'galleries?gallery=2',
|
'linkUrl': '/galleries?gallery=2',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'heading': 'Events',
|
'heading': 'Events',
|
||||||
'imageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-events.jpg',
|
'imageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-events.jpg',
|
||||||
'backgroundImageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-events.jpg',
|
'backgroundImageUrl': 'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/services-events.jpg',
|
||||||
'html': '<p>Photography and video production for your corporate, organisational and personal events and celebrations.</p>',
|
'html': '<p>Photography and video production for your corporate, organisational and personal events and celebrations.</p>',
|
||||||
'linkUrl': 'galleries?gallery=3',
|
'linkUrl': '/galleries?gallery=3',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue