diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs new file mode 100644 index 0000000..b34f088 --- /dev/null +++ b/frontend/next.config.mjs @@ -0,0 +1,6 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = { + assetPrefix: '/autojobs/', +} + +export default nextConfig \ No newline at end of file