Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
This commit is contained in:
15
node_modules/astro/dist/assets/services/noop.js
generated
vendored
Normal file
15
node_modules/astro/dist/assets/services/noop.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { baseService } from "./service.js";
|
||||
const noopService = {
|
||||
...baseService,
|
||||
propertiesToHash: ["src"],
|
||||
async transform(inputBuffer, transformOptions) {
|
||||
return {
|
||||
data: inputBuffer,
|
||||
format: transformOptions.format
|
||||
};
|
||||
}
|
||||
};
|
||||
var noop_default = noopService;
|
||||
export {
|
||||
noop_default as default
|
||||
};
|
Reference in New Issue
Block a user