radiatingstar/radiatingstar.com

View on GitHub
src/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 = "Radiating Star";
export const SITE_DESCRIPTION = "Doing the web things with curiosity.";