We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ecd70 commit d702d9dCopy full SHA for d702d9d
2 files changed
next.config.ts
@@ -3,10 +3,8 @@ import type { NextConfig } from "next";
3
const nextConfig: NextConfig = {
4
/* config options here */
5
output: "export",
6
- images: {
7
- unoptimized: true,
8
- },
9
- trailingSlash: true,
+ basePath: "/Encripte",
+
10
};
11
12
export default nextConfig;
package.json
@@ -2,14 +2,11 @@
2
"name": "encripte",
"version": "2.0.0",
"private": true,
- "homepage": "https://devkaliper.github.io/Encripte",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
- "lint": "next lint",
- "export": "next build && next export",
- "deploy": "npm run build && gh-pages -d out"
+ "lint": "next lint"
13
},
14
"dependencies": {
15
"@radix-ui/react-select": "^2.1.4",
0 commit comments