-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: app.get is not a function #14
Comments
I have the same issue. |
Hi, I'm having the same issue, did you guys get this working? |
Hello here, something new on this issue? |
Seems that this project is already abandoned? I have no idea about how to use it. |
Hi, You can use vue router middleware in the case of app.get('sitemap'). // You can add a new meta field with middleware so it would be , Since you have generated a new sitemap.xml in your public directory. i.e so that it can be accessed anywhere like your favicon.ico ` |
hi, whats this error?
app.get('/sitemap.xml', sitemapMiddleware());
The text was updated successfully, but these errors were encountered: