Skip to content

Commit

Permalink
Remove draft
Browse files Browse the repository at this point in the history
  • Loading branch information
jphetphoumy committed May 6, 2024
1 parent ee51f7e commit f1c85c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
draft: true
draft: false
date: 06-05-2024
---

Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
ssr: true,
css: ['~/assets/css/main.css'],
modules: ["@nuxt/content"],
content: {
Expand Down

0 comments on commit f1c85c3

Please sign in to comment.