diff --git a/.vscode/launch.json b/.vscode/launch.json index d642209..c25b189 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,12 @@ { "version": "0.2.0", "configurations": [ + { + "command": "./node_modules/.bin/astro build", + "name": "Build prod", + "request": "launch", + "type": "node-terminal" + }, { "command": "./node_modules/.bin/astro dev", "name": "Development server", diff --git a/dist/about/index.html b/dist/about/index.html index 6156ad3..f76295c 100644 --- a/dist/about/index.html +++ b/dist/about/index.html @@ -18,41 +18,43 @@ + + + + +
diff --git a/dist/blog/index.html b/dist/blog/index.html index ceedbe3..dd44409 100644 --- a/dist/blog/index.html +++ b/dist/blog/index.html @@ -18,41 +18,43 @@ +
+ + + +
diff --git a/dist/boilerplate/index.html b/dist/boilerplate/index.html index c7ad7cd..82e03bc 100644 --- a/dist/boilerplate/index.html +++ b/dist/boilerplate/index.html @@ -17,41 +17,43 @@ +
+ + + +
diff --git a/dist/index.html b/dist/index.html index 071c2e3..046d89d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -17,41 +17,43 @@ +
+ + + +
diff --git a/dist/policy/index.html b/dist/policy/index.html index 5c1ec9f..8b2bb85 100644 --- a/dist/policy/index.html +++ b/dist/policy/index.html @@ -17,41 +17,43 @@ +
+ + + +
diff --git a/dist/posts/post-1/index.html b/dist/posts/post-1/index.html index e1c8a20..22b8c1d 100644 --- a/dist/posts/post-1/index.html +++ b/dist/posts/post-1/index.html @@ -14,41 +14,43 @@ +
+ + + +

My First Blog Post

Summary: This is the first post of my new blog. - Written by LimePotato on 2023-10-29

diff --git a/dist/posts/post-2/index.html b/dist/posts/post-2/index.html index d914ba8..ece10df 100644 --- a/dist/posts/post-2/index.html +++ b/dist/posts/post-2/index.html @@ -14,41 +14,43 @@ + + + + +

My Second Blog Post

Summary: This is the second post of my new blog. - Written by LimePotato on 2023-10-29

diff --git a/dist/projects/index.html b/dist/projects/index.html index dc5f95d..f3e8ff6 100644 --- a/dist/projects/index.html +++ b/dist/projects/index.html @@ -18,41 +18,43 @@ + + + + +
diff --git a/src/components/Header.astro b/src/components/Header.astro index 737b403..4fdc892 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,58 +1,71 @@ --- --- +
- - - - - \ No newline at end of file + }); + }); + +