Sha256: 079c108b2b59f35c993b5b40db949a7b6c4c218e27740846dc3d14aefcac32c8

Contents?: true

Size: 914 Bytes

Versions: 5

Compression:

Stored size: 914 Bytes

Contents

[dev]
  command = "bin/bridgetown dev"
  targetPort = 4000
  port = 8888
  publish = "output"
  autoLaunch = true
  framework = "#custom"

[context.dev.build.environment]
  NODE_ENV = "development"
  BRIDGETOWN_ENV = "development"

[build]
  command = "bin/bridgetown deploy"
  publish = "output"

[build.environment]
  NODE_ENV = "development"
  BRIDGETOWN_ENV = "production"

[build.processing.html]
  pretty_urls = true

[[headers]]
  for = "*"
  [headers.values]
    X-Frame-Options = "DENY"
    X-XSS-Protection = "1; mode=block"
    X-Content-Type-Options = "nosniff"
    Strict-Transport-Security = "max-age=15552000; includeSubDomains"
    Referrer-Policy = "no-referrer-when-downgrade"
    Cache-Control = "public, max-age=604800, s-max-age=604800"

[[headers]]
  for = "/*.(png|jpg|js|css|svg|woff|ttf|eot|ico|woff2)"
  [headers.values]
    Cache-Control = "public, max-age=31536000, s-max-age=31536000"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bridgetown-core-2.0.0.beta3 lib/bridgetown-core/configurations/netlify/netlify.toml
bridgetown-core-2.0.0.beta2 lib/bridgetown-core/configurations/netlify/netlify.toml
bridgetown-core-2.0.0.beta1 lib/bridgetown-core/configurations/netlify/netlify.toml
bridgetown-core-1.3.4 lib/bridgetown-core/configurations/netlify/netlify.toml
bridgetown-core-1.3.3 lib/bridgetown-core/configurations/netlify/netlify.toml