Skip to content

Commit

Permalink
fix: formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Aug 25, 2024
1 parent e1ac542 commit 1f9f30f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.11.0.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.4.0.wasm"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}
}
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import Layout from "@layout/layout.astro";
<p>
Check our <a
class="text-gray-300 underline hover:text-purple-500"
href="/discord">discord</a
> for infomation or updates
href="/discord"
>discord</a> for infomation or updates
</p>
</div>
<HeroImage src="/background/1.webp" flexbasis="30%" />
Expand Down
24 changes: 18 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,24 @@
],
"baseUrl": ".",
"paths": {
"@layout/*": ["src/layouts/*"],
"@component/*": ["src/components/*"],
"@scripts/*": ["src/scripts/*"],
"@styles/*": ["src/styles/*"],
"@assets/*": ["src/assets/*"]
"@layout/*": [
"src/layouts/*"
],
"@component/*": [
"src/components/*"
],
"@scripts/*": [
"src/scripts/*"
],
"@styles/*": [
"src/styles/*"
],
"@assets/*": [
"src/assets/*"
]
},
"types": ["bun-types"]
"types": [
"bun-types"
]
}
}

0 comments on commit 1f9f30f

Please sign in to comment.