diff --git a/snowpack.config.js b/snowpack.config.js index 178158b..db70532 100644 --- a/snowpack.config.js +++ b/snowpack.config.js @@ -11,6 +11,7 @@ module.exports = { public: "/", src: "/dist", }, + routes: [{ match: "routes", src: ".*", dest: "/index.html" }], optimize: { bundle: true, },