Skip to content
Snippets Groups Projects
Commit da81d944 authored by William Faircloth's avatar William Faircloth
Browse files

fix

parent 77c7fcb7
No related branches found
No related tags found
No related merge requests found
Pipeline #6037 failed
......@@ -8,6 +8,8 @@ RUN npm install
COPY . .
ENV ORIGIN="https://ai.cs.odu.edu"
RUN npm run build
EXPOSE 4173
......
......@@ -11,10 +11,10 @@ const config = {
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter(),
csrf: {
checkOrigin: false
}
adapter: adapter()//,
// csrf: {
// checkOrigin: false
// }
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment