File tree 5 files changed +2
-5
lines changed
5 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 15
15
name : build-deploy
16
16
runs-on : ubuntu-latest
17
17
env :
18
- NEXT_PUBLIC_BASE_PATH : /norwegian-public-organizations
19
18
VERCEL_ORG_ID : ${{ secrets.VERCEL_ORG_ID }}
20
19
VERCEL_PROJECT_ID : ${{ secrets.VERCEL_PROJECT_ID }}
21
20
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ bun run dev
37
37
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
38
38
39
39
# # Deployed to GitHub pages
40
- The application is live at: https://norwegian-public-organizations.vercel.app/norwegian-public-organizations
40
+ The application is live at: https://norwegian-public-organizations.vercel.app
41
41
42
42
# # Organization is missing!!
43
43
Follow the guide in the: [CONTRIBUTING.md](CONTRIBUTING.md)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
/** @type {import('next').NextConfig } */
2
2
const nextConfig = {
3
3
reactStrictMode : true ,
4
- basePath : process . env . NEXT_PUBLIC_BASE_PATH ,
5
4
images : {
6
5
loader : 'akamai' ,
7
6
path : '/'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " norwegian-public-organizations" ,
3
3
"version" : " 1.0.0" ,
4
- "homepage" : " https://mikaojk.github.io/ norwegian-public-organizations" ,
4
+ "homepage" : " https://norwegian-public-organizations.vercel.app " ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"dev" : " next dev" ,
You can’t perform that action at this time.
0 commit comments