Additionally add in some more work experience, adjust the skills section, and update the contents to better reflect me now.
14 lines
225 B
JavaScript
14 lines
225 B
JavaScript
import adapter from "@sveltejs/adapter-cloudflare";
|
|
|
|
export default {
|
|
kit: {
|
|
adapter: adapter({
|
|
fallback: "plaintext",
|
|
routes: {
|
|
include: ["/*"],
|
|
exclude: ["<all>"],
|
|
},
|
|
}),
|
|
},
|
|
};
|