mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
export default [{
|
|
title: 'Test Blog',
|
|
url: `${window.location.origin}/`
|
|
}];
|