Skip to content

Commit

Permalink
Add v1 redirect. Fix #67
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Jul 8, 2023
1 parent fbb5fe5 commit c3a12b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/v1/* https://flickity-v1.metafizzy.co/:splat
2 changes: 1 addition & 1 deletion tasks/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gulp.task( 'fonts', function() {
} );

gulp.task( 'assets', function() {
return gulp.src('assets/**/*.*')
return gulp.src('assets/**/*')
.pipe( gulp.dest('build') );
} );

Expand Down

0 comments on commit c3a12b1

Please sign in to comment.