Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
  • Loading branch information
dborovcanin committed Jan 27, 2025
1 parent 77e9862 commit 9d01468
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 433 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ This project is preconfigured for deployment on GitHub Pages. Once a PR is merge
Once deployed, the webpage will be accessible at the URL specified in the `homepage` field in the `package.json` which is currently:

```json
"homepage": "https://absmach.github.io/mg-website"
"homepage": "https://absmach.github.io/magistrala-website"
```
4 changes: 2 additions & 2 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const nextConfig: NextConfig = {
reactStrictMode: true,
output: 'export',
trailingSlash: true,
assetPrefix: isProd ? '/mg-website/' : '',
basePath: isProd ? '/mg-website' : '',
assetPrefix: isProd ? '/magistrala-website/' : '',
basePath: isProd ? '/magistrala-website' : '',
images: {
unoptimized: true,
},
Expand Down
Loading

0 comments on commit 9d01468

Please sign in to comment.