Skip to content

Commit 9f7294d

Browse files
committedJan 21, 2025·
chore: drop base path
1 parent 1e1e556 commit 9f7294d

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed
 

‎.github/workflows/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
name: build-deploy
1616
runs-on: ubuntu-latest
1717
env:
18-
NEXT_PUBLIC_BASE_PATH: /norwegian-public-organizations
1918
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
2019
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
2120
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bun run dev
3737
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
3838

3939
## 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
4141

4242
## Organization is missing!!
4343
Follow the guide in the: [CONTRIBUTING.md](CONTRIBUTING.md)

‎_config.yml

-1
This file was deleted.

‎next.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4-
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
54
images: {
65
loader: 'akamai',
76
path: '/'

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "norwegian-public-organizations",
33
"version": "1.0.0",
4-
"homepage": "https://mikaojk.github.io/norwegian-public-organizations",
4+
"homepage": "https://norwegian-public-organizations.vercel.app",
55
"private": true,
66
"scripts": {
77
"dev": "next dev",

0 commit comments

Comments
 (0)
Please sign in to comment.