blob: 2c0f60eed82120988b3266e50085d75ae8855f8d (
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 blog";
export const SITE_DESCRIPTION = 'Welcome to Pinapelz\'s Blog!';
|