mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 15:13:40 -05:00
Fix for images
This commit is contained in:
@@ -35,7 +35,7 @@ gulp.task('copy:govuk_template:css', () => gulp.src(paths.template + 'assets/sty
|
||||
}))
|
||||
.on('error', plugins.sass.logError)
|
||||
.pipe(plugins.cssUrlAdjuster({
|
||||
prependRelative: '/static/images/',
|
||||
prependRelative: '/static/',
|
||||
}))
|
||||
.pipe(gulp.dest(paths.dist + 'stylesheets/'))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user