Ghost/ghost/admin/mirage/fixtures/sites.js

5 lines
84 B
JavaScript

export default [{
title: 'Test Blog',
url: `${window.location.origin}/`
}];