Skip to content

Commit

Permalink
fix : basePath website
Browse files Browse the repository at this point in the history
  • Loading branch information
watchakorn-18k committed Nov 24, 2024
1 parent 385ca93 commit bc7b3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
basePath: "/",
basePath: "/18k-radio.github.io",
distDir: "build",
output: "export",
reactStrictMode: true,
Expand Down

0 comments on commit bc7b3c9

Please sign in to comment.