Skip to content

Commit

Permalink
commit 007
Browse files Browse the repository at this point in the history
  • Loading branch information
kemalgencay committed Jan 19, 2024
1 parent 5a89e6e commit 58daf93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
"exclude": ["**/_fresh/*"],
"imports": {
"$fresh/": "https://deno.land/x/[email protected].1/",
"$fresh/": "https://deno.land/x/[email protected].3/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
Expand Down
5 changes: 5 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ export default {
content: [
"{routes,islands,components}/**/*.{ts,tsx}",
],
theme: {
container: {
center: true,
},
},
} satisfies Config;

0 comments on commit 58daf93

Please sign in to comment.