Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lighthouserc.js - github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8e611f1e392217f14525c00eceba5594a05ffc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module.exports = {
  ci: {
    collect: {
      url: [
        'http://localhost:1313/',
        'http://localhost:1313/aug/',
        'http://localhost:1313/guest/',
        'http://localhost:1313/about/'
        ],
      startServerCommand: 'cd exampleSite && HUGO_ENV=production && hugo server --baseUrl="http://localhost:1313"',
    },
    upload: {
      target: 'temporary-public-storage',
    },
  },
};