mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 16:12:12 +00:00
Merge pull request #2898 from clarkdo/ssr.syntax.error
fix: SyntaxError in ssr.test
This commit is contained in:
commit
3c274e19a5
@ -11,7 +11,7 @@ const url = route => 'http://localhost:' + port + route
|
|||||||
const startCSPTestServer = async (t, csp) => {
|
const startCSPTestServer = async (t, csp) => {
|
||||||
const options = {
|
const options = {
|
||||||
rootDir: resolve(__dirname, 'fixtures/basic'),
|
rootDir: resolve(__dirname, 'fixtures/basic'),
|
||||||
buildDir: '.nuxt-ssr',
|
buildDir: '.nuxt-ssr-csp',
|
||||||
dev: false,
|
dev: false,
|
||||||
head: {
|
head: {
|
||||||
titleTemplate(titleChunk) {
|
titleTemplate(titleChunk) {
|
||||||
|
Loading…
Reference in New Issue
Block a user