Skip to content

Commit a1eb2a9

Browse files
Fix: Update asset path for flags in issue razorpay#172
1 parent e2e5d3f commit a1eb2a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/i18nify-playground/vite.config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ export default defineConfig({
1111
plugins: [
1212
react(),
1313
copy({
14-
targets: [{ src: 'CNAME', dest: 'dist/' }],
14+
targets: [
15+
{ src: 'CNAME', dest: 'dist/' },
16+
{ src: '../../i18nify-data/assets/flags/*', dest: 'public/assets/flags' },
17+
],
1518
hook: 'writeBundle', // notice here
1619
}),
1720
],

0 commit comments

Comments
 (0)