1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-12 11:15:22 +02:00

Merge pull request #151 from dealancer/patch-1

Issue #148: Enable cross origin requests for scripts
This commit is contained in:
Patrik J. Braun 2020-04-22 21:11:05 +02:00 committed by GitHub
commit af012060ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"crossOrigin": "anonymous",
"outputPath": "dist",
"index": "src/frontend/index.html",
"main": "src/frontend/main.ts",