Skip to content

Commit a671722

Browse files
authored
Merge pull request #12 from jonaspm/dev
fix/astro build
2 parents 2d8b835 + b3c0258 commit a671722

File tree

4 files changed

+1101
-562
lines changed

4 files changed

+1101
-562
lines changed

.github/workflows/astro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
uses: actions/checkout@v3
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v1
25-
# with:
25+
with:
26+
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
2627
# path: . # The root location of your Astro project inside the repository. (optional)
27-
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
2828
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2929

3030
deploy:

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import react from "@astrojs/react";
33
import tailwind from "@astrojs/tailwind";
44

55
export default defineConfig({
6-
site: "https://jonasperusquia.com",
6+
site: "https://jonaspm.github.io",
77
integrations: [react(), tailwind()],
88
server: {
99
host: true,

0 commit comments

Comments
 (0)