Chalarangelo/30-seconds-of-code

View on GitHub
consts.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword.

export const SITE_TITLE = '30 seconds of code';
export const SITE_DESCRIPTION = 'Short code snippets for all your development needs';