Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
thecoded.prof
/
3963283e1db2323065a12060b10ed34f731c603c
/
.
/
sites
/
blog
/
src
/
consts.ts
blob: c65902e422071f6f7fd5c96f283d99243e71deb8 [
file
] [
log
] [
blame
]
// 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
=
'Samuel Shuert\'s Blog'
;
export
const
SITE_DESCRIPTION
=
'Welcome to the blog!'
;