You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install and configure the sitemap plugin (sample hostnames: http://localhost:3000, http://localhost:3000/#, http://localhost:3000/#/)
Run nuxt generate
Start a server in the build directory
Go to the sitemap URL
Expected behavior:
URLs present in the sitemap would include the hash part
Observed behavior:
URLs present in the sitemap omit the hash part (e.g. what should be http://localhost:3000/#/test becomes http://localhost:3000/test in the sitemap)
Versions:
@nuxtjs/i18n : ^7.2.2
@nuxtjs/sitemap: ^2.4.0
nuxt: ^2.15.7
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
"hash"
http://localhost:3000
,http://localhost:3000/#
,http://localhost:3000/#/
)nuxt generate
Expected behavior:
URLs present in the sitemap would include the hash part
Observed behavior:
URLs present in the sitemap omit the hash part (e.g. what should be
http://localhost:3000/#/test
becomeshttp://localhost:3000/test
in the sitemap)Versions:
@nuxtjs/i18n
:^7.2.2
@nuxtjs/sitemap
:^2.4.0
nuxt
:^2.15.7
The text was updated successfully, but these errors were encountered: