fix: add assetPrefix for /autojobs/ path
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
/** @type {import('next').NextConfig} */
|
||||||
|
const nextConfig = {
|
||||||
|
assetPrefix: '/autojobs/',
|
||||||
|
}
|
||||||
|
|
||||||
|
export default nextConfig
|
||||||
Reference in New Issue
Block a user