Skip to content

Commit 7bcdad5

Browse files
committed
fix: Update baseurl and url in configuration for correct deployment
1 parent 7360adb commit 7bcdad5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
title: "Playwright 101 Workshop"
22
description: "From User Stories to Automated Tests with Playwright, GitHub Copilot & Azure DevOps"
33
remote_theme: just-the-docs/just-the-docs
4-
baseurl: "/playwright-101"
5-
url: "https://devopsabcs-engineering.github.io"
4+
baseurl: ""
5+
url: "https://vigilant-succotash-8wgy34z.pages.github.io"
66
exclude:
77
- playwright-tests/
88
- delivery/

0 commit comments

Comments
 (0)