Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev 2024/09 - 01 #18

Merged
merged 69 commits into from
Sep 16, 2024
Merged

Dev 2024/09 - 01 #18

merged 69 commits into from
Sep 16, 2024

Conversation

bush1D3v
Copy link
Owner

Pull Request Details

Motivation and context

How is it being tested?

Types of modifications

  • Dependency update / refactoring / documentation
  • Bug fix (No modifications that impact backwards compatibility)
  • New functionality (adaptive or evolutionary) (No modifications that impact backwards compatibility)
  • Compatibility break (Correction or new functionality that impacts backwards compatibility)

Check list

  • My code complies with the project standard.
  • My modifications require updating the documentation.
  • I modified the documentation according to the changes made.
  • I added tests to cover my modifications.
  • All new and old tests are passing.

/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
actionTimeout: 0,
/* Base URL to use in actions like `await page.goto('/')`. */
baseURL: "http://localhost:5173",

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://localhost:5173/</loc>

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
<priority>1.0</priority>
</url>
<url>
<loc>http://localhost:5173/about-us</loc>

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
ogDescription:
"Welcome to NEI Market Analytics, your source for comprehensive market analysis.",
ogImage: "/logo.svg",
ogUrl: "http://localhost:5173/",

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
ogTitle: "Sobre Nós | NEI Market Analytics",
ogDescription: "Learn more about NEI Market Analytics and our mission.",
ogImage: "/logo.svg",
ogUrl: "http://localhost:5173/aboutus",

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
@bush1D3v bush1D3v merged commit bce2d55 into main Sep 16, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant