diff options
author | 2023-07-25 14:54:12 +0000 | |
---|---|---|
committer | 2023-07-25 14:54:12 +0000 | |
commit | ec40c8ccbe40f84b834f21915cbf1e6bb470346e (patch) | |
tree | e7ec3856ac5772687a4ccc42b3d497f90a58ba24 /examples/blog/src/consts.ts | |
parent | 8e14621659e86b4970f2486f13d8c7384f5ff9d9 (diff) | |
download | astro-ec40c8ccbe40f84b834f21915cbf1e6bb470346e.tar.gz astro-ec40c8ccbe40f84b834f21915cbf1e6bb470346e.tar.zst astro-ec40c8ccbe40f84b834f21915cbf1e6bb470346e.zip |
[ci] format
Diffstat (limited to 'examples/blog/src/consts.ts')
-rw-r--r-- | examples/blog/src/consts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/src/consts.ts b/examples/blog/src/consts.ts index b42411da8..0df8a61f4 100644 --- a/examples/blog/src/consts.ts +++ b/examples/blog/src/consts.ts @@ -2,4 +2,4 @@ // 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!';
\ No newline at end of file +export const SITE_DESCRIPTION = 'Welcome to my website!'; |