Skip to content

Commit

Permalink
feat: add description
Browse files Browse the repository at this point in the history
  • Loading branch information
rei1024 committed Oct 3, 2024
1 parent 335adba commit f0dcdd2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"files.readonlyInclude": {
"dist/**/*": true,
"node_modules/**/*": true
}
}
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

<meta property="og:title" content="Conway's Game of Life in 3D" />

<meta
property="description"
content="Conway's Game of Life in 3D, where generations of cells stack upwards."
/>

<meta
property="og:description"
content="Conway's Game of Life in 3D, where generations of cells stack upwards."
/>

<link rel="canonical" href="https://rei1024.github.io/game-of-life-3d/" />

<meta name="author" content="Rei" />
Expand Down
Binary file added public/ogp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/ogp.png
Binary file not shown.

0 comments on commit f0dcdd2

Please sign in to comment.