Skip to content

Commit 72cc7b9

Browse files
change versions
1 parent 04b047a commit 72cc7b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
2121

2222
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
23-
uses: actions/setup-node@v1
23+
uses: actions/setup-node@v2
2424
- run: npm install
2525
- run: npm run build
2626
env:

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const isProd = process.env.NODE_ENV === 'production'
22

33
/** @type {import('next').NextConfig} */
44
const nextConfig = {
5-
assetPrefix: isProd ? 'https://cdn.statically.io/gh/notbadcode-dev/notbadcode-dev.github.io/dev-things/gh-pages/' : '',
5+
assetPrefix: isProd ? 'https://cdn.statically.io/gh/notbadcode-dev/dev-things/gh-pages/' : '',
66
}
77

88
module.exports = nextConfig

0 commit comments

Comments
 (0)