Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 30, 2023
1 parent 8d8fa6f commit ca7cb3d
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 45 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 29 additions & 0 deletions test/fixtures/i18n/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import NuxtSimpleSitemap from '../../../src/module'

// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
modules: [
NuxtSimpleSitemap,
'@nuxtjs/i18n',
],
sitemap: {
autoLastmod: false,
credits: false,
debug: true,
},
site: {
url: 'https://nuxtseo.com',
},
sitemap: {
autoAlternativeLangPrefixes: true,
autoLastmod: false,
credits: false,
debug: true,
},
i18n: {
baseUrl: '',
detectBrowserLanguage: false,
defaultLocale: 'en',
vueI18n: './nuxt-i18n.ts',
},
})
File renamed without changes.
File renamed without changes.
45 changes: 0 additions & 45 deletions test/fixtures/simple-i18n/nuxt.config.ts

This file was deleted.

0 comments on commit ca7cb3d

Please sign in to comment.