Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 4f83dcd

Browse files
Gabriel RaniereGabriel Raniere
Gabriel Raniere
authored and
Gabriel Raniere
committed
fix rendering error
1 parent c8c2a8e commit 4f83dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stencil.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const config: Config = {
1010
prerenderConfig: 'prerender.config.js',
1111
serviceWorker: null,
1212
copy: [
13-
{ src: 'pages/**/*.json' },
13+
{ src: 'pages/**/**/*.json' },
1414
{ src: 'assets', dest: 'assets' },
1515
{ src: 'manifest.json', dest: 'manifest.json' },
1616
{ src: 'www-root/*', dest: '..' },

0 commit comments

Comments
 (0)