5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
export default [{
|
|
title: 'Test Blog',
|
|
url: `${window.location.origin}/`
|
|
}];
|