Skip to content

Commit

Permalink
Merge pull request #1149 from w3bdesign/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
w3bdesign authored Aug 26, 2023
2 parents 84463d5 + af6a836 commit a07a98c
Show file tree
Hide file tree
Showing 5 changed files with 6,349 additions and 10,870 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: npm ci
run: pnpm i
env:
CI: true
PUBLIC_GRAPHQL_URL: ${{ secrets.PUBLIC_GRAPHQL_URL }}
Expand Down
5 changes: 1 addition & 4 deletions nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config

import { defineNuxtConfig } from "nuxt/config";

export default defineNuxtConfig({
//ssr: true,
ssr: false,
ssr: true,
components: true,
css: ["~/assets/css/main.css", "~/assets/css/animate.min.css"],
modules: [
Expand Down
Loading

1 comment on commit a07a98c

@vercel
Copy link

@vercel vercel bot commented on a07a98c Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.