File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Edit your `src/client/config.js` file and add the following setting:
1313

1414
> [info] Remember to rebuild with `npm run build` after you modify the configuration.
1515
16-
```javscript
16+
```javascript
1717
{
1818
standalone: true
1919
}
@@ -39,7 +39,7 @@ Since requests cannot be made you have to add the package manifest to your confi
3939

4040
Edit your `src/client/config.js` file and add the following setting:
4141

42-
```javscript
42+
```javascript
4343
// Import the compiled package metadata
4444
import metadata from '../../dist/metadata.json';
4545

0 commit comments

Comments
 (0)