File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ import type { NextConfig } from "next";
33const nextConfig : NextConfig = {
44 output : "export" ,
55 trailingSlash : true ,
6+ basePath : '/RaspberryModelCodeDecoder' ,
7+ assetPrefix : '/RaspberryModelCodeDecoder' ,
68 images : {
79 unoptimized : true
810 }
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ export default function Home() {
280280 { /* Info Text */ }
281281 < p className = "text-gray-400 text-xs mt-4 max-w-md mx-auto" >
282282 💡 Did you know? You can share direct links by adding the code to the URL:
283- < code className = "bg-gray-100 px-1 rounded text-gray-600" > razikus.github.io/RaspberryModelCodeDecoder/#CM4102008</ code >
283+ < code className = "bg-gray-100 px-1 rounded text-gray-600" > https:// razikus.github.io/RaspberryModelCodeDecoder/#CM4102008</ code >
284284 </ p >
285285 </ div >
286286
You can’t perform that action at this time.
0 commit comments