tsconfig and small ui change
This commit is contained in:
parent
bded1098bb
commit
66bd055455
2 changed files with 1 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ export function getStaticPaths() {
|
|||
gap: 20px;
|
||||
margin: 0 auto;
|
||||
width: 90%;
|
||||
margin-top: 20px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.faq-card {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,5 @@
|
|||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"verbatimModuleSyntax": false,
|
||||
"allowSyntheticDefaultImports": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue