We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbbecc commit 94b037fCopy full SHA for 94b037f
.github/workflows/hugo.yaml
@@ -32,7 +32,7 @@ jobs:
32
build:
33
runs-on: ubuntu-latest
34
env:
35
- HUGO_VERSION: 0.120.4
+ HUGO_VERSION: 0.133.1
36
steps:
37
- name: Install Hugo CLI
38
run: |
assets/js/vapourwave.js
@@ -6,7 +6,6 @@ import { GammaCorrectionShader } from "three/examples/jsm/shaders/GammaCorrectio
6
import { ShaderPass } from "three/examples/jsm/postprocessing/ShaderPass.js";
7
import { RGBShiftShader } from "three/examples/jsm/shaders/RGBShiftShader.js";
8
9
-// toggle-dark-mode
10
async function main() {
11
const canvas = document.querySelector('canvas.webgl');
12
0 commit comments