Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
please
  • Loading branch information
maximoospital committed Mar 19, 2024
1 parent cccf487 commit ae2c775
Show file tree
Hide file tree
Showing 5 changed files with 12,682 additions and 6,853 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*

Expand Down
5 changes: 1 addition & 4 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import UnoCSS from 'unocss/astro'
import vue from '@astrojs/vue'

export default defineConfig({
site: 'https://astro-theme-vitesse.netlify.app/',
server: {
port: 1977,
},
site: 'https://maximoospital.github.io/',
integrations: [
mdx(),
sitemap(),
Expand Down
Loading

0 comments on commit ae2c775

Please sign in to comment.