2020-06-01 19:44:08 +00:00
|
|
|
module.exports = {
|
2020-06-03 22:04:32 +00:00
|
|
|
title: "sp-codes",
|
|
|
|
description: "Samuel Philipp - Software Engineer from Magdeburg",
|
2020-06-01 19:44:08 +00:00
|
|
|
url: "https://sp-codes.de",
|
|
|
|
baseUrl: "/",
|
|
|
|
author: "Samuel Philipp",
|
|
|
|
buildTime: new Date(),
|
|
|
|
languages: [
|
|
|
|
{
|
|
|
|
label: "English",
|
|
|
|
code: "en",
|
|
|
|
icon: "us"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label: "Deutsch",
|
|
|
|
code: "de",
|
|
|
|
icon: "de"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
};
|
|
|
|
|