Skip to content

Commit df5ad12

Browse files
committed
refactor: Switch to prime deploy url
1 parent 0527160 commit df5ad12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/netlify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function netlifyPlugin() {
5151
transformIndexHtml(html) {
5252
return html.replace(
5353
'%NETLIFY_DEPLOY_URL%',
54-
process.env.DEPLOY_URL || ''
54+
process.env.DEPLOY_PRIME_URL || 'https://preactjs.com'
5555
);
5656
}
5757
};

0 commit comments

Comments
 (0)