Skip to content

Commit 2ea7170

Browse files
committed
fix: update site URL in astro.config.mjs for Angular tutorials
- Changed the site URL from "https://dolmen-tools.github.io/angular-tutorials" to "https://tutorials.angular.courses" to reflect the new domain for the Angular tutorials.
1 parent ca77991 commit 2ea7170

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import react from "@astrojs/react";
77

88
// https://astro.build/config
99
export default defineConfig({
10-
site: "https://dolmen-tools.github.io/angular-tutorials",
11-
base: "/angular-tutorials/",
10+
site: "https://tutorials.angular.courses",
1211
integrations: [
1312
starlight({
1413
title: "Angular Tutorials",

0 commit comments

Comments
 (0)