Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
thecoded.prof
/
cb5a4adfeb4a730db3a18f9709bd76f2607525e6
/
.
/
sites
/
blog
/
src
/
consts.ts
blob: 0df8a61f4cf7fdb0dc8c67593a24c46032e0d1f7 [
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
=
'Astro Blog'
;
export
const
SITE_DESCRIPTION
=
'Welcome to my website!'
;