updated gitignore and changed content directory

This commit is contained in:
2024-12-18 18:21:37 +01:00
parent ebf1246a55
commit 85b5d4dc7c
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import 'package:resume/constants.dart';
class ContentProvider {
ContentProvider._();
static const String _jsonPath = 'assets/content.json';
static const String _jsonPath = 'assets/content/content.json';
static Future<bool> init() async {
try {