Skip to content

Commit 5f3ffef

Browse files
committed
Bump hugo to latest version
1 parent baa06f7 commit 5f3ffef

File tree

7 files changed

+325
-221
lines changed

7 files changed

+325
-221
lines changed

content/documentation/database/migrations.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ development:
184184
185185
## Migraciones una vez desplegadas
186186
187-
{{< note "Esta sección es solo para usuarios de Buffalo.">}}
187+
{{< note "Esta sección es solo para usuarios de Buffalo." />}}
188188
189189
Cuando cionstruyes tu aplicaión, las migraciones se almacenan dentro de tu binario. Tu binario tiene un comando `migrate` escondido que realiza las migraciones, tal como lo hace cuando usa `buffalo pop migrate`:
190190

content/documentation/database/migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ development:
181181
182182
## Migrations Once Deployed
183183
184-
{{< note "This section is only for Buffalo users.">}}
184+
{{< note "This section is only for Buffalo users." />}}
185185
186186
187187
When you build your app, the migrations are stored inside your binary. Your binary has a hidden `migrate` command baked in that performs the migrations, just like it does when you use `buffalo pop migrate`:

content/documentation/database/migrations.pt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ development:
181181
182182
## Migrations Once Deployed
183183
184-
{{< note "This section is only for Buffalo users.">}}
184+
{{< note "This section is only for Buffalo users." />}}
185185
186186
187187
When you build your app, the migrations are stored inside your binary. Your binary has a hidden `migrate` command baked in that performs the migrations, just like it does when you use `buffalo pop migrate`:
File renamed without changes.

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ publish = "public"
33
command = "hugo"
44

55
[build.environment]
6-
HUGO_VERSION = "0.91.2"
7-
NODE_VERSION = "16.9.0"
6+
HUGO_VERSION = "0.118.2"
7+
NODE_VERSION = "18.18.0"
88

99
[context.production.environment]
1010
HUGO_ENV = "production"

0 commit comments

Comments
 (0)