Skip to content

Commit 73bddf8

Browse files
authored
Merge pull request #38 from Xpirix/publish_dir_prod
Fix publish dir name for production
2 parents eed45a5 + 65ef70a commit 73bddf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.prod.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
baseURL = 'https://planet.qgis.org/'
2-
publishDir = "public"
2+
publishDir = "public_prod"
33
minify = true

0 commit comments

Comments
 (0)