Skip to content

Commit

Permalink
deployment trial 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyaKhemlani committed Jul 15, 2024
1 parent 83d26ca commit 5b7c2be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions seal-website/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// next.config.mjs
export default {
output: 'export',
base: "/SEAL-website",
basePath: '/seal-website',
assetPrefix: '/seal-website/',
};
3 changes: 3 additions & 0 deletions seal-website/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "seal-website",
"homepage": "https://github.com/AnyaKhemlani/githib.io/SEAL-Website",
"version": "0.1.0",
"private": true,
"scripts": {
"predeploy":"npm run build",
"deploy":"gh-pages -d dist",
"dev": "next dev",
"build": "next build",
"start": "next start",
Expand Down

0 comments on commit 5b7c2be

Please sign in to comment.