Skip to content

Commit f01f0a7

Browse files
authored
fix: faust tutorial with faust not defined error (#2087)
* Updating faust tutorial docs Issue whereby some users are missing the first line of next.config.js * Switching lines around in the next.config.js to see if this fixes the issue with the first line of code being removed when running npx. * Reverting notice.
1 parent 9fa95cf commit f01f0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/next/tutorial/next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const { withFaust, getWpHostname } = require('@faustwp/core');
21
const { createSecureHeaders } = require('next-secure-headers');
2+
const { withFaust, getWpHostname } = require('@faustwp/core');
33

44
/**
55
* @type {import('next').NextConfig}

0 commit comments

Comments
 (0)