-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev 2024/09 - 01 #18
Conversation
/* 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
<?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
<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
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
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
Pull Request Details
Motivation and context
How is it being tested?
Types of modifications
Check list