Skip to content

Commit 336b55b

Browse files
author
Guilherme Diego
committed
Fix: Ignore and Config
1 parent 1a5a62e commit 336b55b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
public

config.dev.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
base_url = "localhost:8080"
1+
base_url = "http://localhost:8080"
22

33
# RSS
44
title = "Rust Brazil Blog"

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
base_url = "rust-br.github.io/blog"
1+
base_url = "https://rust-br.github.io/blog"
22

33
# RSS
44
title = "Rust Brazil Blog"

0 commit comments

Comments
 (0)