Skip to content

Commit

Permalink
chore: initial changes for GHP
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jul 3, 2024
1 parent 743359b commit 1c7d65c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository houses the source code for Upryzing's landing page ([upryzing.ap

## Production deployment

Lily is currently deployed on [upryzing.app](https://upryzing.app), thanks to Vercel.
Lily is currently deployed on [upryzing.app](https://upryzing.app), thanks to GitHub Pages.

## Development

Expand All @@ -13,6 +13,6 @@ Clone the repository locally, then install the required dependencies and run the
```bash
git clone https://github.com/upryzing/upryzing.app
cd upryzing.app
yarn install
yarn dev
pnpm install
pnpm dev
```
1 change: 0 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ export default defineConfig({
integrations: [icon({
iconDir: "public/icons/"
}), sitemap()],
output: "server"
});
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
upryzing.app

0 comments on commit 1c7d65c

Please sign in to comment.