diff options
Diffstat (limited to 'examples/blog/src/config.ts')
-rw-r--r-- | examples/blog/src/config.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/blog/src/config.ts b/examples/blog/src/config.ts deleted file mode 100644 index 1d5dbf632..000000000 --- a/examples/blog/src/config.ts +++ /dev/null @@ -1,5 +0,0 @@ -// 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 = 'My personal website.'; -export const SITE_DESCRIPTION = 'Welcome to my website!'; |