7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
|
|
export const site = {
|
||
|
|
name: 'ViralMVP',
|
||
|
|
description: 'Trending Topics',
|
||
|
|
url: 'https://viralmvp.com',
|
||
|
|
postsPerPage: 10,
|
||
|
|
};
|