Skip to content

Commit d702d9d

Browse files
committed
start over
1 parent 66ecd70 commit d702d9d

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

next.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
/* config options here */
55
output: "export",
6-
images: {
7-
unoptimized: true,
8-
},
9-
trailingSlash: true,
6+
basePath: "/Encripte",
7+
108
};
119

1210
export default nextConfig;

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
"name": "encripte",
33
"version": "2.0.0",
44
"private": true,
5-
"homepage": "https://devkaliper.github.io/Encripte",
65
"scripts": {
76
"dev": "next dev",
87
"build": "next build",
98
"start": "next start",
10-
"lint": "next lint",
11-
"export": "next build && next export",
12-
"deploy": "npm run build && gh-pages -d out"
9+
"lint": "next lint"
1310
},
1411
"dependencies": {
1512
"@radix-ui/react-select": "^2.1.4",

0 commit comments

Comments
 (0)