diff --git a/.vscode/settings.json b/.vscode/settings.json index a5aabc7..21c998b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 + } } diff --git a/index.html b/index.html index a729e60..a04a8ea 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,16 @@ + + + + diff --git a/public/ogp.jpg b/public/ogp.jpg new file mode 100644 index 0000000..75af1fa Binary files /dev/null and b/public/ogp.jpg differ diff --git a/public/ogp.png b/public/ogp.png deleted file mode 100644 index f0c6ad8..0000000 Binary files a/public/ogp.png and /dev/null differ