Skip to content

Commit 58a5466

Browse files
committed
bump
1 parent 7f661d8 commit 58a5466

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rpimodeldecoder/next.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
output: "export",
55
trailingSlash: true,
6+
basePath: '/RaspberryModelCodeDecoder',
7+
assetPrefix: '/RaspberryModelCodeDecoder',
68
images: {
79
unoptimized: true
810
}

rpimodeldecoder/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)