Skip to content

Commit

Permalink
feat: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Dec 20, 2023
1 parent f363d0b commit c53828d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"lint:ts:fix": "yarn lint:ts --fix",
"lint:styles": "stylelint --fix \"src/**/*.{css}\" --config ./.stylelintrc.cjs --max-warnings=0",
"lint:styles:fix": "yarn lint:styles --fix",
"lint:typecheck": "tsc --project . --noEmit",
"lint:commit-msg": "commitlint --edit $1"
"lint:typecheck": "tsc --project . --noEmit"
},
"dependencies": {
"@astrojs/mdx": "^2.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Header from '@components/organisms/header/Header.astro';
const { title, description, featuredImage, publishDate } = Astro.props;
---

<html lang="en">
<SiteHead title={title} description={description} />
<body>
Expand Down

0 comments on commit c53828d

Please sign in to comment.