Skip to content

Commit

Permalink
feature(wip): setting up styled layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
justin1dennison committed Nov 20, 2024
1 parent 193cd93 commit 8a28cc8
Show file tree
Hide file tree
Showing 8 changed files with 3,502 additions and 1,661 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export default defineConfig({
site: "https://justin1dennison.github.io",
base: "/personal",
integrations: [mdx(), sitemap(), tailwind()],
});
});
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"format": "prettier -w ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
Expand Down
Loading

0 comments on commit 8a28cc8

Please sign in to comment.