Enhance SvelteKit project by adding new API routes for dark mode toggling, updating existing route parameters, and improving type definitions. Refactor component imports and optimize asset handling for better performance and maintainability.
This commit is contained in:
@@ -113,7 +113,7 @@ const options = {
|
||||
<div class="error">
|
||||
<span class="status">` + status + '</span>\n <div class="message">\n <h1>' + message + "</h1>\n </div>\n </div>\n </body>\n</html>\n"
|
||||
},
|
||||
version_hash: "1lkqwc1"
|
||||
version_hash: "9vwupj"
|
||||
};
|
||||
async function get_hooks() {
|
||||
let handle;
|
||||
|
||||
Reference in New Issue
Block a user