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;
|
gap: 20px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin-top: 20px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.faq-card {
|
.faq-card {
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,5 @@
|
||||||
"extends": "astro/tsconfigs/strict",
|
"extends": "astro/tsconfigs/strict",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"verbatimModuleSyntax": false,
|
"verbatimModuleSyntax": false,
|
||||||
"allowSyntheticDefaultImports": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue