Skip to content

Commit

Permalink
update CNAME domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Mar 2, 2024
1 parent 296f0d1 commit b20f10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const plugins = [
}),
new ESLintPlugin(),
new MiniCssExtractPlugin(),
new CnameWebpackPlugin({ domain: 'filacalc.com' })
new CnameWebpackPlugin({ domain: 'filacalc.andrewdelisa.com' })
];

if (analyzeBundle) {
Expand Down

0 comments on commit b20f10c

Please sign in to comment.