diff --git a/LICENSE b/LICENSE
index 09cd65b..9a494a5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2023 Chong Mum Khong
+Copyright (c) 2024 Chong Mum Khong
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index efb0a93..ac17637 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@
About The Project
@@ -112,6 +113,8 @@ This template currently offers the following features. For more info, please rea
- Vue utilities
- Powerful hooks (`@vueuse/core`)
- Animation (`@vueuse/motion`)
+- 404 Page (the `/resource` url does not exist)
+- Ultra-fast loading speed
- Support for Node 18 and Node 20
- Typo checking (need to install from [crates-ci/typos](https://github.com/crate-ci/typos))
- Sass support (although I don't remember using it 😁)
diff --git a/components/LanguageSwitcher.vue b/components/LanguageSwitcher.vue
index 27ebbd2..8c9c67f 100644
--- a/components/LanguageSwitcher.vue
+++ b/components/LanguageSwitcher.vue
@@ -12,6 +12,7 @@ function closePopup() {