Skip to content

Commit

Permalink
fix(@dpc-sdp/create-ripple-app): Update starter template files (#1251)
Browse files Browse the repository at this point in the history
Fix spelling of 'preview', remove robots stuff as setting robots: true takes care of it

Co-authored-by: David Featherston <david.featherstone@dpc.vic.gov.au>
Co-authored-by: Jason Smith <jason.smith@dpc.vic.gov.au>
  • Loading branch information
3 people committed Dec 28, 2022
1 parent 3f6a31a commit 1f91d68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions packages/create-ripple-app/template/nuxt/nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require('dotenv').config()
const robots = require('./robots')

process.env.DEBUG = 'nuxt:*' // display nuxt.js logs

Expand Down Expand Up @@ -44,7 +43,6 @@ export default {
modules: [
// https://www.npmjs.com/package/@dpc-sdp/ripple-nuxt-tide
'@dpc-sdp/ripple-nuxt-tide',
['@nuxtjs/robots', robots],
'@nuxtjs/gtm'
],
/*
Expand Down
6 changes: 0 additions & 6 deletions packages/create-ripple-app/template/nuxt/robots.js

This file was deleted.

0 comments on commit 1f91d68

Please sign in to comment.