Skip to content

Commit

Permalink
replace other instances of shasteen
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlalchand committed Jul 4, 2024
1 parent 3796459 commit 3809461
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import MillionLint from '@million/lint';
import MillionLint from "@million/lint";
import { defineConfig } from "astro/config";

import tailwind from "@astrojs/tailwind";
const _plugins = [MillionLint.vite()];

// https://astro.build/config
export default defineConfig({
site: "https://hayleyshasteen.com",
integrations: [tailwind()]
});
site: "https://hayleylalchand.com",
integrations: [tailwind()],
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"stylelint": "^15.11.0",
"stylelint-config-html": "^1.1.0"
},
"name": "hayleyshasteen.com",
"name": "hayleylalchand.com",
"peerDependencies": {
"typescript": "^5.5.2"
},
Expand Down

0 comments on commit 3809461

Please sign in to comment.