Skip to content

Commit dfca883

Browse files
committed
fix: pass basePath
1 parent d6559d4 commit dfca883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const plugin: NetlifyPlugin = {
8585
}
8686

8787
if (!process.env.SERVE_STATIC_FILES_FROM_ORIGIN) {
88-
await moveStaticPages({ target, netlifyConfig, i18n })
88+
await moveStaticPages({ target, netlifyConfig, i18n, basePath })
8989
}
9090

9191
await generateStaticRedirects({

0 commit comments

Comments
 (0)