Skip to content

Commit 6ffd6f5

Browse files
committed
fix: added published to synthwave demo
1 parent 1f0c3ad commit 6ffd6f5

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.eslintrc.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"extends": "@tresjs/eslint-config-vue",
3-
"rules": {
4-
"@typescript-eslint/no-use-before-define": "off"
5-
}
2+
"extends": "@tresjs/eslint-config-vue",
3+
"rules": {
4+
"@typescript-eslint/no-use-before-define": "off"
65
}
6+
}
77

content/experiments/synthwave.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ thumbnail: /synthwave.png
33
title: Synthwave landscape
44
slug: synthwave-landscape
55
author: andretchen0
6+
status: published
67
description: Infinite procedural landscape
78
tags: ['procedural', 'shader', 'post-processing']
89
---
910

10-
<Synthwave />
11+
::synthwave
12+
::

0 commit comments

Comments
 (0)