How to control what HTML files are generated from routes? #273
-
I was migrating from |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Dec 17, 2023
Replies: 1 comment 8 replies
-
That sounds more like pre-rendering. Are you sure it was that plugin? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So you are looking for a hook when routed are generated. This should be it:
unplugin-vue-router/src/options.ts
Line 133 in f18f572