blob: 0eb6d956cce21d9a13a094968f51ece843b48160 (
plain) (
blame)
1
2
3
4
5
|
// 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 = "pinapelz's site";
export const SITE_DESCRIPTION = 'Welcome to Pinapelz\'s Site!';
|