mirror of
https://github.com/Tony0410/quietthanks.git
synced 2026-05-24 21:31:41 +08:00
Add assetPrefix for Tailscale funnel path routing
Assets need to be prefixed with /quietthanks so browsers request them at the correct path when the app is served under /quietthanks. Tailscale strips the prefix when proxying to the backend. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
assetPrefix: "/quietthanks",
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user