Skip to content

Commit 65ef70a

Browse files
committed
Fix publish dir name for production
1 parent eed45a5 commit 65ef70a

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)