Alexander Koglin

Results 6 issues of Alexander Koglin

Currently, I use following config in nuxt.config.js: ```javascript i18n: { parsePages: false, locales: [ { code: "en", iso: "en-US", name: "English", file: "en.json", }, { code: "de", iso: "de-DE", name:...

### Version @nuxtjs/i18n: 7.2.3 nuxt: 2.15.8 ### Nuxt configuration - [x] Applies to a site deployed to a server with a Node backend ### @nuxtjs/i18n configuration ``` i18n: { locales:...

bug 🐛
upstream issue

### Discussed in https://github.com/nuxt/nuxt.js/discussions/10662 Originally posted by **tonqa** August 20, 2022 My problem is that the v-if is not evaluated at mounted hook during page revisit. I have the following...

Bing indexation did automatically link to a sitemap called {domain.com}/sitemap.xml/sitemap.xml. This is not intended. I wonder why {domain.com}/sitemap.xml/bla works in the browser. Please turn that off, because sitemaps should only...

I have the following Code for providing a CSS background-image: ```javascript backgroundStyles() { const imgUrl = this.$img("forest-1279x852.jpg", { width: 1279, format: "webp", }); return { backgroundImage: `url(${imgUrl})`, }; } ```...

### Description A responsive navbar appears on the top of the page. It has a logo and multiple navbar elements, which can be positioned to the left, middle or right....

feature