add content

This commit is contained in:
André Weller
2019-05-12 02:49:07 +02:00
parent 344c33d9e3
commit 0c40fc2842
3 changed files with 21 additions and 1 deletions

View File

@@ -28,6 +28,11 @@ export default {
desc: 'How it\'s done now. From the basics to advanced topics with simple, but detailed explanations.',
url: 'https://javascript.info/'
},
{
title: '30 Seconds of Code',
desc: 'A curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.',
url: 'https://30secondsofcode.org'
},
]
}
},