Skip to content

Commit 77f4498

Browse files
committed
add lorem text
1 parent 5c526e8 commit 77f4498

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ yarn build
9595
yarn start
9696
```
9797

98-
## Implementation details
99-
10098
## Deployment
10199

102100
There are three deployment methods available locally and in Github Actions. You can always easily identify currently deployed version by checking **the latest commit info in the footer** of the deployed website.
@@ -232,6 +230,8 @@ bash__deploy-docker.yml
232230
default__deploy-docker.yml
233231
```
234232

233+
## Implementation details
234+
235235
## Roadmap
236236

237237
- Add accessibility attributes

src/constants/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const PAGE_METADATA = {
5252
// src/pages/blog/categories/[category]/[...page].astro
5353
'lists/projects': {
5454
title: 'Projects',
55-
description: 'A showcase of experiments and projects.',
55+
description: 'Ad duis incididunt reprehenderit elit in enim amet dolor.',
5656
},
5757
} as const;
5858

0 commit comments

Comments
 (0)