fix: add assetPrefix for /autojobs/ path

This commit is contained in:
2026-04-13 18:44:52 +02:00
parent 8d1845c874
commit b4658b6694
+6
View File
@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
assetPrefix: '/autojobs/',
}
export default nextConfig