Skip to content

Commit

Permalink
seo ^_%
Browse files Browse the repository at this point in the history
  • Loading branch information
Amitminer committed Nov 17, 2024
1 parent 7973fa7 commit f7c54cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ dist-ssr
*.sw?

..env
.env
.env
.env
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<title>ParaSearch</title>
</head>
<body>
<meta name="description" content="An intelligent search engine powered by AI, providing fast and relevant results tailored to your queries.">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
Expand Down

0 comments on commit f7c54cc

Please sign in to comment.