mod baseurl

This commit is contained in:
peintnermax
2024-08-09 15:13:19 +02:00
parent 7c530a3e4a
commit e9ad248785
2 changed files with 1 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { defineConfig } from "cypress";
export default defineConfig({
reporter: "list",
e2e: {
baseUrl: "http://localhost:3000",
baseUrl: "http://localhost:3000/loginname",
specPattern: "cypress/integration/**/*.cy.{js,jsx,ts,tsx}",
setupNodeEvents(on, config) {
// implement node event listeners here

View File

@@ -33,9 +33,6 @@ const secureHeaders = [
const nextConfig = {
reactStrictMode: true, // Recommended for the `pages` directory, default in `app`.
swcMinify: true,
experimental: {
serverActions: true,
},
images: {
remotePatterns: [
{