Compare commits
2 Commits
2c0df4bf64
...
3171641aa8
| Author | SHA1 | Date | |
|---|---|---|---|
| 3171641aa8 | |||
| 9e0f699449 |
2
.github/workflows/nextjs.yml
vendored
2
.github/workflows/nextjs.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
node-version: "20"
|
node-version: "20"
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
- name: Setup pages
|
- name: Setup pages
|
||||||
uses: actions/configure-pages@v4
|
uses: actions/configure-pages@v5
|
||||||
with:
|
with:
|
||||||
# Automatically inject basePath in your Next.js configuration file and disable
|
# Automatically inject basePath in your Next.js configuration file and disable
|
||||||
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
|
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
|
||||||
|
|||||||
Reference in New Issue
Block a user