diff --git a/.gitignore b/.gitignore index 3f75970..b243498 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ dist-ssr *.sw? ..env -.env \ No newline at end of file +.env +.env diff --git a/README.md b/README.md index dbdf489..08b8221 100644 --- a/README.md +++ b/README.md @@ -91,11 +91,4 @@ The application uses Tailwind CSS with a custom color scheme: ## License -This project is licensed under the MIT License - see the LICENSE file for details - -## env - -// .env.example -API_KEY=your_api_key_here -CSE_ID=your_api_key_here -VITE_GOOGLE_API_KEY=your_key_here +This project is licensed under the MIT License - see the LICENSE file for details \ No newline at end of file diff --git a/index.html b/index.html index f3c9b38..359f98c 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@