Skip to content

Commit 688f0a0

Browse files
author
ESaracay
committedMay 14, 2024·
Reset to run on local host
1 parent f9a948f commit 688f0a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎next.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const nextConfig = {
33
reactStrictMode: true,
44

55
// Add basePath
6-
basePath: '/SoftwareGuide',
7-
assetPrefix: '/SoftwareGuide/',
6+
basePath: '',
7+
assetPrefix: '',
88
}
99

1010
module.exports = nextConfig

‎src/app/page.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import TeamInfo from './components/TeamInfo';
77
import categoryMap from './components/categoryMap';
88
import areaData from './components/areas.json'
99

10-
var URL = "./public/software_fair.png";
10+
var URL = "software_fair.png";
1111

1212
var category_legend = {
1313
'AI': '#0000ff',

0 commit comments

Comments
 (0)
Please sign in to comment.