Skip to content

Commit

Permalink
change repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Barto committed Feb 19, 2025
1 parent 516f5c7 commit 22194d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export", // Enable static exports
basePath: "/vavam-projectpage", // Updated to match new project name
basePath: "/vavim-vavam", // Updated to match new project name
images: {
unoptimized: true, // Required for static export
},
// GitHub Pages serves content from a subdirectory based on repo name
assetPrefix: process.env.NODE_ENV === "production" ? "/vavam-projectpage" : "",
assetPrefix: process.env.NODE_ENV === "production" ? "/vavim-vavam" : "",
}

module.exports = nextConfig
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vavam-projectpage",
"name": "vavim-vavam",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion utils/path.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function getBasePath() {
return process.env.NODE_ENV === "production" ? "/vavam-project" : ""
return process.env.NODE_ENV === "production" ? "/vavim-vavam" : ""
}

0 comments on commit 22194d5

Please sign in to comment.