Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1572c038c | |||
| f6d16305b3 | |||
| cbb7f65e2d | |||
| 758afcaa93 |
+2552
-2445
File diff suppressed because it is too large
Load Diff
+1375
-83
File diff suppressed because it is too large
Load Diff
Vendored
+33
@@ -0,0 +1,33 @@
|
||||
const siteService = [
|
||||
{
|
||||
title: "This is the title 1 from backend",
|
||||
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
|
||||
},
|
||||
|
||||
{
|
||||
title: "This is the title 2",
|
||||
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
|
||||
},
|
||||
|
||||
{
|
||||
title: "This is the title 3",
|
||||
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
|
||||
},
|
||||
|
||||
{
|
||||
title: "This is the title 4",
|
||||
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
|
||||
},
|
||||
|
||||
{
|
||||
title: "This is the title 5",
|
||||
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
|
||||
},
|
||||
|
||||
{
|
||||
title: "This is the title 6",
|
||||
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
|
||||
},
|
||||
];
|
||||
|
||||
export default siteService;
|
||||
|
||||
Reference in New Issue
Block a user