diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-24 15:25:40 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-10-24 15:25:40 -0400 |
| commit | a1c696aaf8224794adc1ec98d0cf4a0819325ba8 (patch) | |
| tree | 376fed9aefaa66e1163e5268832819ab9e1a3299 /.lighthouserc.json | |
| parent | 8a2ed430794d82f27f0e4768ff97ad1e36ca799e (diff) | |
| download | personal-website-a1c696aaf8224794adc1ec98d0cf4a0819325ba8.tar.gz personal-website-a1c696aaf8224794adc1ec98d0cf4a0819325ba8.tar.bz2 personal-website-a1c696aaf8224794adc1ec98d0cf4a0819325ba8.zip | |
Hopefully fixed lighthouse
Diffstat (limited to '.lighthouserc.json')
| -rw-r--r-- | .lighthouserc.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.lighthouserc.json b/.lighthouserc.json new file mode 100644 index 0000000..7e15975 --- /dev/null +++ b/.lighthouserc.json @@ -0,0 +1,6 @@ +{ + "staticDistDir": "out/", + "upload" : { + "target": "temporary-public-storage" + } +} |
