Rob Kramer

Results 2 comments of Rob Kramer

(my solution, copied from my same question on reddit/nuxt): I figured it out using standard html after failing to use process.{client,server,static} for this purpose. Basically, something like this: ``` ```...

Postscript: it seems introducing deliberate syntax errors is not a good way to test if the config file is being ignored, because in nuxt v2 the same syntax error is...