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

fix(SEO audit): 100% for mobile and desktop device #1953

Merged
merged 4 commits into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: SEO audit - 100% for mobile and desktop device
  • Loading branch information
mcuw committed Nov 2, 2022
commit a5326592f327e32ace61ffae1404cdf3cb2e9c8f
Empty file.
2 changes: 1 addition & 1 deletion starters/apps/basic/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ul {
}

li {
padding: 5px 0;
padding: 8px 0;
}

li::marker {
Expand Down
4 changes: 4 additions & 0 deletions starters/apps/basic/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,8 @@ export default component$(() => {

export const head: DocumentHead = {
title: 'Welcome to Qwik',
meta: [{
name: 'description',
content: 'Qwik site description'
}],
};