Skip to content

Commit

Permalink
fix: demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Gautier committed Apr 4, 2024
1 parent 64e1e5e commit 5734918
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
input: 'src/snap-carousel.js',
output: [
{
file: 'demo/snap-carousel.dev.js',
file: 'docs/snap-carousel.dev.js',
format: 'iife',
plugins: [
livereload({
Expand Down Expand Up @@ -50,7 +50,7 @@ export default {
}
}),
serve({
contentBase: './demo'
contentBase: './docs'
})
]
}

0 comments on commit 5734918

Please sign in to comment.