diff --git a/next.config.ts b/next.config.ts index 68a6c64..033379b 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", + assetPrefix: "/quietthanks", }; export default nextConfig;