delete config.php

This commit is contained in:
Nikurasu 2022-04-30 22:38:26 +02:00
parent c14ba0f8a7
commit 04c3d209ad

View file

@ -1,34 +0,0 @@
<?php
return [
'production' => false,
'baseUrl' => '',
'title' => 'Socialtree',
'author' => 'Nikurasu',
'design' => 'main',
'description' => 'A simple website to display links to social media accounts',
'collections' => [],
'imageName' => 'example.jpg',
'links' => [
[
'color' => 'youtube',
'link' => 'https://youtube.com',
'text' => 'Hier klicken',
'platform' => 'youtube'
],
[
'color' => 'youtube',
'link' => 'https://twitter.com',
'platform' => 'twitter'
],
[
'link' => 'https://deviantart.com',
'platform' => 'twitter',
'text' => 'Ein Link'
],
[
'link' => 'https://twitter.com',
'platform' => 'mastodon'
]
],
];