Skip to content

Commit

Permalink
github pages edits
Browse files Browse the repository at this point in the history
  • Loading branch information
starrlord1 committed Jul 6, 2024
1 parent 84b9cd2 commit 71d815b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: starrlord1.github.io
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
site: 'starrlord1.github.io',
site: 'starrlord1.github.io'
});

0 comments on commit 71d815b

Please sign in to comment.