Conversation
fix: convert bg mp4 to webm
- Add public/llm.json for indexing in AI models. - Add public/robots.txt for search engine indexing. - Add public/sitemap.xml for page indexing. - Add vercel.json to configure headers.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add ESLint and Prettier for code quality. - Add a workflow for linting, formatting, and type check for continuous integration. - New commands: lint, lint:fix, format, format:check, type-check. NOTE: All linter and formatting issues were resolved during the process, which is why the vast majority of files were modified.
2c4ba7d to
da9e283
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key Changes:
CI/CD Enhancements:
SEO Improvements:
public/llm.jsonto facilitate indexing by AI models.public/robots.txtto guide search engine crawlers for better indexing.public/sitemap.xmlfor comprehensive page indexing.vercel.jsonto manage HTTP headers, potentially improving caching and security.These changes aim to streamline development workflows, improve code quality, and boost the project's visibility and discoverability online.