vodoraslo.xyz/content/articles/blog/hugo-drafts-showing-in-production.md

16 lines
442 B
Markdown
Raw Permalink Normal View History

2024-03-17 16:57:34 +01:00
---
title: "Hugo: Drafts Showing in Production"
date: 2024-03-17T17:53:39+03:00
2024-03-17 16:57:34 +01:00
draft: false
tags: ['blog']
2024-03-17 16:57:34 +01:00
---
i had an issue with a draft page appearing on my site even after setting `draft: true` in the preamble
to fix it - build the website with
```
hugo --cleanDestinationDir
```
from [https://discourse.gohugo.io/t/drafts-showing-in-deployed-hugo-site/19457](https://discourse.gohugo.io/t/drafts-showing-in-deployed-hugo-site/19457)