Erick Medeiros

Results 2 comments of Erick Medeiros

I'm creating a project from scratch using hugo 0.115.4 and ink-free theme And I had the same problem with this `wpm` variable What did you suggest to put in hugo.toml...

Tem que colocar nas variáveis de ambiente do docker compose também ```yml services: localstack: container_name: "localstack" image: localstack/localstack:3.2 ports: - "4566:4566" environment: - DOCKER_HOST=unix:///var/run/docker.sock - SERVICES=s3 - AWS_ACCESS_KEY_ID=test - AWS_SECRET_ACCESS_KEY=test...