vite.config.js export default { base: '/some-base/' }. Use import.meta.env.BASE_URL to construct a <Link> component that prepends the Base URL.
確定! 回上一頁